UNPKG

react-native-confirmation-code-field

Version:

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

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