UNPKG

react-capture-events

Version:
10 lines (9 loc) 206 B
import { default as React } from 'react'; export type IconProps = { src: string; alt: string; width: number; height: number; }; declare const Icon: React.FC<IconProps>; export default Icon;