2025-02-28 19:43:11 +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;