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 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[];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue