UNPKG

ng2-bs-table

Version:
7 lines (6 loc) 208 B
import { TableActionInterface } from "../actions/table-action-interface"; export declare class ActionClickEvent { action: TableActionInterface; data: any[]; constructor(action: any, data: any); }