UNPKG

input-otp-native

Version:

One time passcode Input For React Native/Expo. Unstyled and fully customizable.

4 lines 214 B
export declare const REGEXP_ONLY_DIGITS = "^\\d+$"; export declare const REGEXP_ONLY_CHARS = "^[a-zA-Z]+$"; export declare const REGEXP_ONLY_DIGITS_AND_CHARS = "^[a-zA-Z0-9]+$"; //# sourceMappingURL=regexp.d.ts.map