UNPKG

ng2-bs-table

Version:
9 lines (8 loc) 293 B
import { TableViewAction } from "./table-view-action"; import { Router } from "@angular/router"; /** * Render link. On route call confirm. If confirm is yes then go to route. */ export declare class TableVerifyAction extends TableViewAction { toRoute(router: Router, data: any): void; }