UNPKG

phx-react

Version:

PHX REACT

7 lines (6 loc) 168 B
import { FC } from 'react'; type IconProps = { type: 'informational' | 'success' | 'warning' | 'danger'; }; declare const Icon: FC<IconProps>; export default Icon;