@fidely-ui/react
Version:
Fidely UI is a modern, beautifully crafted React design system powered by Ark UI and Panda CSS, delivering accessible and themeable components for building exceptional web apps
6 lines (5 loc) • 525 B
TypeScript
export { PinInputRootProvider, PinInputRoot, PinInputInput, PinInputLabel, PinInputControl, PinInputHiddenInput, PinInputContext, PinInputValueChangeDetails, } from './pin-input';
export type { PinInputRootProviderProps, PinInputInputProps, PinInputLabelProps, PinInputControlProps, PinInputRootProps, } from './pin-input';
export * as PinInput from './namespace';
export { usePinInput, usePinInputContext } from '@ark-ui/react/pin-input';
export type { UsePinInputProps, UsePinInputReturn, } from '@ark-ui/react/pin-input';