UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 234 B
export declare type LogFunction = (componentName: string, message: string) => void; export interface Log { warn: LogFunction; warnOnce: LogFunction; error: LogFunction; errorOnce: LogFunction; info: LogFunction; }