UNPKG

@ark-ui/react

Version:

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

9 lines (8 loc) 1.17 kB
export type { ValueChangeDetails, ValueInvalidDetails } from '@zag-js/pin-input'; export { PinInputContext as Context, type PinInputContextProps as ContextProps } from './pin-input-context'; export { PinInputControl as Control, type PinInputControlBaseProps as ControlBaseProps, type PinInputControlProps as ControlProps, } from './pin-input-control'; export { PinInputHiddenInput as HiddenInput, type PinInputHiddenInputBaseProps as HiddenInputBaseProps, type PinInputHiddenInputProps as HiddenInputProps, } from './pin-input-hidden-input'; export { PinInputInput as Input, type PinInputInputBaseProps as InputBaseProps, type PinInputInputProps as InputProps, } from './pin-input-input'; export { PinInputLabel as Label, type PinInputLabelBaseProps as LabelBaseProps, type PinInputLabelProps as LabelProps, } from './pin-input-label'; export { PinInputRoot as Root, type PinInputRootBaseProps as RootBaseProps, type PinInputRootProps as RootProps, } from './pin-input-root'; export { PinInputRootProvider as RootProvider, type PinInputRootProviderBaseProps as RootProviderBaseProps, type PinInputRootProviderProps as RootProviderProps, } from './pin-input-root-provider';