UNPKG

@dr.pogodin/react-utils

Version:

Collection of generic ReactJS components and utils

9 lines (7 loc) 226 B
export { default as CustomDropdown } from './CustomDropdown'; export { default as Dropdown } from './NativeDropdown'; export { default as Switch } from './Switch'; export { type OptionT, type OptionsT, } from './common';