All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.components.pin-input.index.d.cts Maven / Gradle / Ivy

Go to download

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

The newest version!
export type { ValueChangeDetails as PinInputValueChangeDetails, ValueInvalidDetails as PinInputValueInvalidDetails, } from '@zag-js/pin-input';
export { PinInputContext, type PinInputContextProps, } from './pin-input-context';
export { PinInputControl, type PinInputControlBaseProps, type PinInputControlProps, } from './pin-input-control';
export { PinInputHiddenInput, type PinInputHiddenInputBaseProps, type PinInputHiddenInputProps, } from './pin-input-hidden-input';
export { PinInputInput, type PinInputInputBaseProps, type PinInputInputProps, } from './pin-input-input';
export { PinInputLabel, type PinInputLabelBaseProps, type PinInputLabelProps, } from './pin-input-label';
export { PinInputRoot, type PinInputRootBaseProps, type PinInputRootProps, } from './pin-input-root';
export { PinInputRootProvider, type PinInputRootProviderBaseProps, type PinInputRootProviderProps, } from './pin-input-root-provider';
export { pinInputAnatomy } from './pin-input.anatomy';
export { usePinInput, type UsePinInputProps, type UsePinInputReturn } from './use-pin-input';
export { usePinInputContext, type UsePinInputContext } from './use-pin-input-context';
export * as PinInput from './pin-input';




© 2015 - 2025 Weber Informatics LLC | Privacy Policy