UNPKG

hongluan-business-ui

Version:
8 lines (7 loc) 248 B
import type { ToolbarAction } from 'hongluan-business-ui/es/components/table-toolbar/src/toolbar'; export interface TableToolbar { showSelectionText: boolean; selectionCount: number; action: ToolbarAction; showColConfig: boolean; }