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