revert(table): revert form type annotation
This commit is contained in:
parent
3cf7988c8d
commit
261936b117
|
|
@ -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[];
|
||||
|
|
|
|||
Loading…
Reference in New Issue