react-native-advanced-input-mask
Version:
Text input mask for React Native on iOS, Android and web. Synchronous and easy formatting without hustle
18 lines (17 loc) • 644 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.StateName = exports.CaretGravityType = void 0;
let CaretGravityType = exports.CaretGravityType = /*#__PURE__*/function (CaretGravityType) {
CaretGravityType[CaretGravityType["Forward"] = 0] = "Forward";
CaretGravityType[CaretGravityType["Backward"] = 1] = "Backward";
return CaretGravityType;
}({});
let StateName = exports.StateName = /*#__PURE__*/function (StateName) {
StateName["literal"] = "literal";
StateName["numeric"] = "numeric";
StateName["alphaNumeric"] = "alphaNumeric";
return StateName;
}({});
//# sourceMappingURL=types.js.map