UNPKG

downshift

Version:

🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.

24 lines (21 loc) 624 B
export * from './index.legacy' import Downshift from './index.legacy' export default Downshift export { UseTagGroupState, UseTagGroupProps, UseTagGroupReturnValue, GetTagGroupProps, GetTagGroupPropsOptions, GetTagGroupPropsReturnValue, GetTagProps, GetTagPropsOptions, GetTagPropsReturnValue, GetTagRemoveProps, GetTagRemovePropsOptions, GetTagRemovePropsReturnValue, UseTagGroupStateChangeTypes, } from '../dist/hooks/useTagGroup/index.types' import {UseTagGroupInterface} from '../dist/hooks/useTagGroup/index.types' export const useTagGroup: UseTagGroupInterface export {UseTagGroupInterface}