package.dist.components.timer.index.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 { TimerActionTrigger, type TimerActionTriggerBaseProps, type TimerActionTriggerProps, } from './timer-action-trigger';
export { TimerContext, type TimerContextProps } from './timer-context';
export { TimerItem, type TimerItemBaseProps, type TimerItemProps } from './timer-item';
export { TimerControl, type TimerControlBaseProps, type TimerControlProps } from './timer-control';
export { TimerArea, type TimerAreaBaseProps, type TimerAreaProps } from './timer-area';
export { TimerRoot, type TimerRootBaseProps, type TimerRootProps } from './timer-root';
export { TimerRootProvider, type TimerRootProviderBaseProps, type TimerRootProviderProps, } from './timer-root-provider';
export { TimerSeparator, type TimerSeparatorBaseProps, type TimerSeparatorProps, } from './timer-separator';
export { timerAnatomy } from './timer.anatomy';
export { useTimer, type UseTimerProps, type UseTimerReturn } from './use-timer';
export { useTimerContext, type UseTimerContext } from './use-timer-context';
export * as Timer from './timer';
© 2015 - 2025 Weber Informatics LLC | Privacy Policy