UNPKG

tdesign-vue-next

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