UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

5 lines (4 loc) 312 B
export declare function warnOnce(location: string, message: string): void; export declare function warn(location: string, message: string): void; export declare function error(location: string, message: string, error: unknown): void; export declare function throwError(location: string, message: string): never;