UNPKG

@arpitbhalla/rneui-base-dev

Version:
5 lines (4 loc) 194 B
import { IconType } from '../Icon'; export declare const registerCustomIconType: (id: string, customIcon: any) => void; declare const _default: (type: IconType) => any; export default _default;