UNPKG
tea-material-pro-table
Version:
latest (1.0.1-beta.3)
1.0.1-beta.3
0.0.5
0.0.2
0.0.1
Tea ProTable
tea-material-pro-table
/
lib
/
Operations.d.ts
6 lines
(5 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ActionType
,
Operation
}
from
'./types'
;
export
declare
function
Operations
(
{ operations, options, }: { operations: Operation[]; options: Pick<ActionType,
'reload'
>; }
):
JSX
.
Element
;