Preparing search index...
    interface InputMaskState {
        selection: null | { end: number; start: number };
        value: string;
    }
    Index

    Properties

    Properties

    selection: null | { end: number; start: number }
    value: string