UNPKG

@uiw/react-native

Version:
7 lines (6 loc) 170 B
/// <reference types="react" /> import { FormItemsProps } from '../types'; declare const Label: ({ v }: { v: FormItemsProps; }) => JSX.Element; export default Label;