Type alias MaskedState

MaskedState: {
    _rawInputValue: string;
    _value: string;
}

Type declaration

  • _rawInputValue: string
  • _value: string