UNPKG

200 BTypeScriptView Raw
1import { IconType } from '../icons/Icon';
2export declare const registerCustomIconType: (id: string, customIcon: any) => void;
3declare const _default: (type: IconType) => any;
4export default _default;