UNPKG

frc-ui

Version:

React Web UI

10 lines (9 loc) 206 B
/// <reference types="react" /> interface Props { type: string; style?: object; className?: string; onClick?: Function; } export default function Icon(props: Props): JSX.Element; export {};