UNPKG

react-native-advanced-input-mask

Version:

Text input mask for React Native on iOS, Android and web. Synchronous and easy formatting without hustle

4 lines 230 B
import type { Ellipsis, StateType } from "./types"; import type { Notation } from "../../types"; export declare const getCharacterTypeString: (state?: StateType | Notation | Ellipsis) => string; //# sourceMappingURL=utils.d.ts.map