UNPKG

rn-custom-alert-prompt

Version:
10 lines (9 loc) 258 B
import React from 'react'; import { Icon as IconType } from '../types/alertTypes'; type Props = { icon: IconType; iconColor?: string; ios?: boolean; }; export declare const Icon: ({ icon, iconColor, ios }: Props) => React.JSX.Element; export {};