mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-27 06:01:43 +00:00
revert(table): revert form type annotation
This commit is contained in:
@@ -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[];
|
||||||
|
Reference in New Issue
Block a user