
package.dist.components.checkbox.index.d.ts Maven / Gradle / Ivy
export type { CheckedChangeDetails as CheckboxCheckedChangeDetails, CheckedState as CheckboxCheckedState, } from '@zag-js/checkbox';
export { CheckboxContext, type CheckboxContextProps, } from './checkbox-context';
export { CheckboxControl, type CheckboxControlBaseProps, type CheckboxControlProps, } from './checkbox-control';
export { CheckboxGroup, type CheckboxGroupBaseProps, type CheckboxGroupProps, } from './checkbox-group';
export { CheckboxHiddenInput, type CheckboxHiddenInputBaseProps, type CheckboxHiddenInputProps, } from './checkbox-hidden-input';
export { CheckboxIndicator, type CheckboxIndicatorBaseProps, type CheckboxIndicatorProps, } from './checkbox-indicator';
export { CheckboxLabel, type CheckboxLabelBaseProps, type CheckboxLabelProps, } from './checkbox-label';
export { CheckboxRoot, type CheckboxRootBaseProps, type CheckboxRootProps, } from './checkbox-root';
export { CheckboxRootProvider, type CheckboxRootProviderBaseProps, type CheckboxRootProviderProps, } from './checkbox-root-provider';
export { checkboxAnatomy } from './checkbox.anatomy';
export { useCheckbox, type UseCheckboxProps, type UseCheckboxReturn } from './use-checkbox';
export { useCheckboxContext, type UseCheckboxContext } from './use-checkbox-context';
export { useCheckboxGroup, type UseCheckboxGroupProps, type UseCheckboxGroupReturn, } from './use-checkbox-group';
export { useCheckboxGroupContext, type UseCheckboxGroupContext } from './use-checkbox-group-context';
export * as Checkbox from './checkbox';
© 2015 - 2025 Weber Informatics LLC | Privacy Policy