UNPKG

tea-material-pro-table

Version:

Tea ProTable

6 lines (5 loc) 199 B
import { ActionType, Operation } from './types'; export declare function Operations({ operations, options, }: { operations: Operation[]; options: Pick<ActionType, 'reload'>; }): JSX.Element;