revert(table): revert form type annotation

This commit is contained in:
vben 2020-11-13 07:33:10 +08:00
parent 3cf7988c8d
commit 261936b117

View File

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