UNPKG

artwork-react-native

Version:

artwork design master for react-native

5 lines (4 loc) 149 B
/// <reference types="react" /> import { IconProps } from './PropsType'; declare const Icon: (props: IconProps) => JSX.Element; export default Icon;