UNPKG

react-native-confirmation-code-field

Version:

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

12 lines (9 loc) 210 B
// @flow export type InputPositions = 'left' | 'right' | 'center' | 'full-width'; export type VariantNames = | 'clear' | 'border-box' | 'border-circle' | 'border-b' | 'border-b-t' | 'border-l-r';