UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

5 lines (4 loc) 211 B
export type { IPinInputContext, IPinInputFieldProps, IPinInputProps, } from './types'; import type { IPinInputComponentType } from './types'; declare const PinInput: IPinInputComponentType; export { PinInput };