@project44-manifest/react
Version:
Manifest Design System react components
8 lines • 428 B
TypeScript
import type { MultiSelectProps, MultiSelectState } from '../../types';
/**
* Pulled directly from the following library and augmented for our needs:
*
* https://github.com/so99ynoodles/headless-react/blob/main/packages/select/src/hooks/useMultiSelectState.tsx
*/
export declare function useMultiSelectState<T extends object>(props: MultiSelectProps<T>): MultiSelectState<T>;
//# sourceMappingURL=useMultiSelectState.d.ts.map