UNPKG

@open-condo/ui

Version:

A set of React UI components for developing applications inside the condo ecosystem

5 lines 200 B
import { Select } from './select'; import './style.less'; export type { SelectProps, OptionsGroupType, OptionsItem, OptionType } from './select'; export { Select }; //# sourceMappingURL=index.d.ts.map