Commit 3ce7325d authored by XieZhiXiong's avatar XieZhiXiong

chore: 导出类型

parent f3f9be8e
......@@ -114,7 +114,7 @@ export interface EditableRowProps extends React.HTMLAttributes<HTMLElement> {
onFieldsChange?: (changedFields: ChangedFieldsItem[]) => void,
}
interface EditableColumns<T = any> extends ColumnType<T> {
export interface EditableColumns<T = any> extends ColumnType<T> {
dataIndex?: string | number;
editable?: boolean;
rules?: Array<any>;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment