react-native-input-code-otp
Version:
react-native-input-code-otp is a high-performance and fully customizable OTP input component for React Native, inspired by @shadcn/ui.
50 lines (49 loc) • 1.66 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _textInputOtp = require("./text-input-otp.js");
Object.keys(_textInputOtp).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _textInputOtp[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _textInputOtp[key];
}
});
});
var _textInputOtpGroup = require("./text-input-otp-group.js");
Object.keys(_textInputOtpGroup).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _textInputOtpGroup[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _textInputOtpGroup[key];
}
});
});
var _textInputOtpSlot = require("./text-input-otp-slot.js");
Object.keys(_textInputOtpSlot).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _textInputOtpSlot[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _textInputOtpSlot[key];
}
});
});
var _textInputOtpSeparator = require("./text-input-otp-separator.js");
Object.keys(_textInputOtpSeparator).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _textInputOtpSeparator[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _textInputOtpSeparator[key];
}
});
});
//# sourceMappingURL=index.js.map