UNPKG

@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

3 lines (2 loc) 682 B
export { PasswordInputRootProvider as RootProvider, PasswordInputRoot as Root, PasswordInputControl as Control, PasswordInputInput as Input, PasswordInputLabel as Label, PasswordInputIndicator as Indicator, PasswordInputVisibilityTrigger as VisibilityTrigger, PasswordInputContext as Context, } from './password-input'; export type { PasswordInputRootProviderProps as RootProviderProps, PasswordInputRootProps as RootProps, PasswordInputControlProps as ControlProps, PasswordInputInputProps as InputProps, PasswordInputLabelProps as LabelProps, PasswordInputIndicatorProps as IndicatorProps, PasswordInputVisibilityTriggerProps as VisibilityTriggerProps, } from './password-input';