icomoon-helper
Version:
Helper for icomoon custom font render
9 lines (8 loc) • 347 B
TypeScript
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;