@pakenfit/react-native-pin-input
Version:
Phone Pin Input for React Native
19 lines (18 loc) • 419 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "PinInput", {
enumerable: true,
get: function () {
return _PinInput.PinInput;
}
});
Object.defineProperty(exports, "PinInputRef", {
enumerable: true,
get: function () {
return _PinInput.PinInputRef;
}
});
var _PinInput = require("./components/PinInput");
//# sourceMappingURL=index.js.map