UNPKG

frc-ui

Version:

React Web UI

10 lines (9 loc) 213 B
import React from 'react'; interface IconProps { type: string; className?: string; style?: React.CSSProperties; onClick?: any; } export default function (props: IconProps): JSX.Element; export {};