Commit 261936b1 authored by vben's avatar vben

revert(table): revert form type annotation

parent 3cf7988c
...@@ -87,7 +87,7 @@ export interface GetColumnsParams { ...@@ -87,7 +87,7 @@ export interface GetColumnsParams {
export type SizeType = 'default' | 'middle' | 'small' | 'large'; export type SizeType = 'default' | 'middle' | 'small' | 'large';
export interface TableActionType { export interface TableActionType {
// reload: (opt?: FetchParams) => Promise<void>; reload: (opt?: FetchParams) => Promise<void>;
getSelectRows: () => any[]; getSelectRows: () => any[];
clearSelectedRowKeys: () => void; clearSelectedRowKeys: () => void;
getSelectRowKeys: () => string[]; getSelectRowKeys: () => string[];
......
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