UNPKG

react-native-elements

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