UNPKG

@antdp/edit-table

Version:

基于antd封装的组件

7 lines (6 loc) 250 B
import React from 'react'; import { EditFormsProps } from './interface'; export declare const EditForms: React.Context<EditFormsProps>; /** tr 表格行自定义包裹内容 */ declare const Tr: (props: any) => React.JSX.Element; export default Tr;