UNPKG

@useloops/design-system

Version:

The official React based Loops design system

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