Skip to content

Commit

Permalink
revert(table): revert form type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Nov 12, 2020
1 parent 3cf7988 commit 261936b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/src/types/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[];
Expand Down

0 comments on commit 261936b

Please sign in to comment.