2024-01-29 09:26:07 +08:00

4 lines
144 B
TypeScript

declare const naive: import("./create").NUiInstance;
export default naive;
export declare const install: (app: import("vue").App<any>) => void;