UNPKG

@uiw/react-native

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