UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

13 lines (12 loc) 1.03 kB
export { TimerActionTrigger, type TimerActionTriggerBaseProps, type TimerActionTriggerProps, } from './timer-action-trigger'; export { TimerArea, type TimerAreaBaseProps, type TimerAreaProps } from './timer-area'; export { TimerContext, type TimerContextProps } from './timer-context'; export { TimerControl, type TimerControlBaseProps, type TimerControlProps } from './timer-control'; export { TimerItem, type TimerItemBaseProps, type TimerItemProps } from './timer-item'; 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';