@ariakit/react
Version:
Toolkit for building accessible web apps with React
10 lines (9 loc) • 810 B
TypeScript
export { useCheckboxStore } from "@ariakit/react-core/checkbox/checkbox-store";
export { useCheckboxContext } from "@ariakit/react-core/checkbox/checkbox-context";
export { Checkbox } from "@ariakit/react-core/checkbox/checkbox";
export { CheckboxProvider } from "@ariakit/react-core/checkbox/checkbox-provider";
export { CheckboxCheck } from "@ariakit/react-core/checkbox/checkbox-check";
export type { CheckboxStore, CheckboxStoreState, CheckboxStoreProps, } from "@ariakit/react-core/checkbox/checkbox-store";
export type { CheckboxOptions, CheckboxProps, } from "@ariakit/react-core/checkbox/checkbox";
export type { CheckboxProviderProps } from "@ariakit/react-core/checkbox/checkbox-provider";
export type { CheckboxCheckOptions, CheckboxCheckProps, } from "@ariakit/react-core/checkbox/checkbox-check";