INNER CODE UNIT · TypeScript
toRawValue
bhrott/react-native-masked-text · index.d.ts:78
function toRawValue(
type: string,
maskedValue: string,
options?: TextInputMaskOptionProp
): string
function isValid(
type: string,
value: string,
options?: TextInputMaskOptionProp
): boolean
}
// TextInputMaskMethods
export class TextInputMaskMethods {
getElement(): TextInput
getRawValue(): string
isValid(): boolean
}