UNPKG

react-native-confirmation-code-field

Version:

A react-native component to input confirmation code for both Android and IOS

3 lines (2 loc) 187 B
export declare const isLastFilledCell: (value: string | null | undefined, index: number) => boolean; export declare const getSymbols: (codeValue: string, codeLength: number) => string[];