package.dist.components.time-picker.time-picker.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react Show documentation
Show all versions of react Show documentation
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
The newest version!
export type { FocusChangeDetails, OpenChangeDetails, ValueChangeDetails, } from '@zag-js/time-picker';
export { TimePickerCell as Cell, type TimePickerCellBaseProps as CellBaseProps, type TimePickerCellProps as CellProps, } from './time-picker-cell';
export { TimePickerClearTrigger as ClearTrigger, type TimePickerClearTriggerBaseProps as ClearTriggerBaseProps, type TimePickerClearTriggerProps as ClearTriggerProps, } from './time-picker-clear-trigger';
export { TimePickerColumn as Column, type TimePickerColumnBaseProps as ColumnBaseProps, type TimePickerColumnProps as ColumnProps, } from './time-picker-column';
export { TimePickerContent as Content, type TimePickerContentBaseProps as ContentBaseProps, type TimePickerContentProps as ContentProps, } from './time-picker-content';
export { TimePickerContext as Context, type TimePickerContextProps as ContextProps, } from './time-picker-context';
export { TimePickerControl as Control, type TimePickerControlBaseProps as ControlBaseProps, type TimePickerControlProps as ControlProps, } from './time-picker-control';
export { TimePickerInput as Input, type TimePickerInputBaseProps as InputBaseProps, type TimePickerInputProps as InputProps, } from './time-picker-input';
export { TimePickerLabel as Label, type TimePickerLabelBaseProps as LabelBaseProps, type TimePickerLabelProps as LabelProps, } from './time-picker-label';
export { TimePickerPositioner as Positioner, type TimePickerPositionerBaseProps as PositionerBaseProps, type TimePickerPositionerProps as PositionerProps, } from './time-picker-positioner';
export { TimePickerRoot as Root, type TimePickerRootBaseProps as RootBaseProps, type TimePickerRootProps as RootProps, } from './time-picker-root';
export { TimePickerRootProvider as RootProvider, type TimePickerRootProviderBaseProps as RootProviderBaseProps, type TimePickerRootProviderProps as RootProviderProps, } from './time-picker-root-provider';
export { TimePickerSpacer as Spacer, type TimePickerSpacerBaseProps as SpacerBaseProps, type TimePickerSpacerProps as SpacerProps, } from './time-picker-spacer';
export { TimePickerTrigger as Trigger, type TimePickerTriggerBaseProps as TriggerBaseProps, type TimePickerTriggerProps as TriggerProps, } from './time-picker-trigger';
© 2015 - 2025 Weber Informatics LLC | Privacy Policy