UNPKG

nutui-taro-upgrade

Version:

@nutui/nutui-taro 对京东风格组件库的taro4 版本支持

13 lines (12 loc) 283 B
import type { FormItemRule } from '../form/types'; export interface InvoiceDataItem { type?: 'radio'; label?: string; placeholder?: string; radioLabel?: { label: string; }[]; formItemProp: string; rules?: FormItemRule[]; required?: boolean; }