UNPKG

icomoon-helper

Version:
9 lines (8 loc) 347 B
export declare const getLogString: (message: string) => string; export declare const logger: { error: (message: string) => void; warn: (message: string) => void; log: (message: string) => void; }; export declare const checkSymbolsCount: (symbol: string, count: number) => void; export declare const needRenderIcon: () => void;