Type alias PinInputProps

PinInputProps: {
    defaultValue: string;
    digits?: number;
    disabled?: boolean;
    onChange: any;
    size?: Size;
    type?: "text" | "password";
} & CoreViewProps

Type declaration

  • defaultValue: string
  • Optional digits?: number
  • Optional disabled?: boolean
  • onChange: any
  • Optional size?: Size
  • Optional type?: "text" | "password"

Generated using TypeDoc