UNPKG

welcome-ui

Version:

Customizable design system with react • styled-components • styled-system and ariakit.

6 lines (5 loc) 327 B
import { InputTextOptions } from '../InputText'; import { CreateWuiProps } from '../System'; export type PasswordInputOptions = InputTextOptions; export type PasswordInputProps = CreateWuiProps<'input', InputTextOptions>; export declare const PasswordInput: import('../System').CreateWuiComponent<"input", PasswordInputProps>;