UNPKG

tdesign-pro-component

Version:

ProComponents tdesign-vue-next + Vue3 + TS

4 lines (3 loc) 183 B
import { ProFormOption } from '../ProForm'; import { ProTableOption } from './types'; export declare function tableOption2FormOption(tableOptions: ProTableOption[]): ProFormOption[];