UNPKG

@teamsnap/teamsnap-ui

Version:

a CSS component library for TeamSnap

10 lines (9 loc) 206 B
import * as React from 'react'; declare type Props = { text: string; icon?: string; mods?: string; testId?: string; }; declare const Tag: React.FunctionComponent<Props>; export default Tag;