UNPKG

@ariakit/react

Version:

Toolkit for building accessible web apps with React

10 lines (9 loc) 864 B
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";