UNPKG

big-design-ui

Version:

big-design-ui library for react applications

5 lines (4 loc) 128 B
import { FC } from 'react'; import { Props } from './Select.types'; declare const Select: FC<Props>; export default Select;