UNPKG

@uiw/react-native

Version:
9 lines (8 loc) 208 B
/// <reference types="react" /> import { FormItemsProps } from '../types'; declare const Tip: ({ v }: { v: Partial<FormItemsProps> & { field: string; }; }) => JSX.Element; export default Tip;