UNPKG

@geezee/react-ui

Version:

Modern and minimalist React UI library.

6 lines 220 B
import Select from './select'; import SelectOption from './select-option'; import useSelectHandle from './use-select-handle'; Select.Option = SelectOption; Select.useSelectHandle = useSelectHandle; export default Select;