tdesign-pro-component
Version:
ProComponents tdesign-vue-next + Vue3 + TS
7 lines (6 loc) • 421 B
TypeScript
import { ProFormOption } from '../ProForm';
import { ProTableOption, ProTableProps } from './types';
export declare function getFormSlotNameList(options: ProTableOption[]): string[];
export declare function getShowFormOptionList(options: ProTableOption[]): ProTableOption<any>[];
export declare function initForm(props: ProTableProps): ProFormOption[];
export declare function formVisible(props: ProTableProps): boolean;