UNPKG

@uiw/react-native

Version:
9 lines (8 loc) 274 B
import React from 'react'; import { FormItemsProps } from '../types'; import { ViewStyle } from 'react-native'; declare const Label: ({ v, labelStyle }: { v: Partial<FormItemsProps>; labelStyle?: ViewStyle | undefined; }) => React.JSX.Element; export default Label;