react-native-advanced-input-mask
Version:
Text input mask for React Native on iOS, Android and web. Synchronous and easy formatting without hustle
12 lines • 432 B
TypeScript
import type { Notation } from "../../types";
import type State from "../model/state/State";
export default class Compiler {
private customNotations;
constructor(customNotations: Notation[]);
compile(formatString: string): State;
private compileInternal;
private determineInheritedType;
private compileWithCustomNotations;
private determineTypeWithCustomNotations;
}
//# sourceMappingURL=Compiler.d.ts.map