INNER CODE UNIT · TypeScript

TextInputMask

bhrott/react-native-masked-text · index.d.ts:66

export class TextInputMask extends React.Component<TextInputMaskProps> {}

// TextMask
export class TextMask extends React.Component<TextInputMaskProps> {}

// MaskService
export namespace MaskService {
    function toMask(
        type: string,
        value: string,
        options?: TextInputMaskOptionProp
    ): string
    function toRawValue(
        type: string,
        maskedValue: string,
        options?: TextInputMaskOptionProp
    ): string
    function isValid(

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…