UNPKG

@data-cafe/datagrid

Version:

A very generic datagrid component for data-café applications

6 lines (5 loc) 127 B
import { Action } from '../model/actions.model'; /** * List of actions. */ export declare type ActionsInput = Array<Action>;