UNPKG

vuestic-ui

Version:
4 lines (3 loc) 162 B
/** Vuestic warn. Disabled in production */ export declare const warn: (...attrs: any[]) => boolean; export declare const throwError: (message: string) => never;