UNPKG

tdesign-pro-component

Version:

ProComponents tdesign-vue-next + Vue3 + TS

5 lines (4 loc) 274 B
import { ProFormOption } from '../ProForm'; import { ProTableOption } from './types'; export declare const tableOption2formOption: <T>(options: ProTableOption<T>[]) => ProFormOption<T>[]; export declare const options2tableOption: <T>(options: ProTableOption<T>[]) => any[];