UNPKG

@useloops/design-system

Version:

The official React based Loops design system

7 lines (4 loc) 163 B
import { FunctionComponent } from 'react'; import { PillProps } from './types.js'; declare const Pill: FunctionComponent<PillProps>; export { Pill as default };