UNPKG

@useloops/design-system

Version:

The official React based Loops design system

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