UNPKG

@aplus-frontend/ui

Version:

15 lines (14 loc) 241 B
export interface ApBatchActionProps { /** * 选中行的Key列表 */ selectedRowKeys?: any[]; /** * 清空 */ clearAll?: () => void; /** * 是否显示主体 */ showSelected?: boolean; }