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 235 B
import { StateName, type StateType } from "./types"; export declare const OPTIONAL_STATE_TYPES: Record<StateName, StateType>; export declare const FIXED_STATE_TYPES: Record<StateName, StateType>; //# sourceMappingURL=constants.d.ts.map