UNPKG

@teamsnap/teamsnap-ui

Version:

a CSS component library for TeamSnap

8 lines (7 loc) 204 B
import * as React from 'react'; declare type Props = { active?: boolean; children: React.ReactNode; }; declare const AttachmentPill: React.FunctionComponent<Props>; export default AttachmentPill;