UNPKG

geminis-ng

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.14.

17 lines (16 loc) 699 B
import { ComponentFactoryResolver, ViewContainerRef } from '@angular/core'; import { GnTableComponent } from '../table/table.component'; import { GnTableButtonConfig } from './TableButtonConfig'; import { GnModalButtonDirective } from '../modal-button/modal-button.directive'; export declare class GnTableButtonComponent { private resolver; private configValue; table: GnTableComponent; set config(config: GnTableButtonConfig); get config(): GnTableButtonConfig; container: ViewContainerRef; newButton: GnModalButtonDirective; editButton: GnModalButtonDirective; constructor(resolver: ComponentFactoryResolver); assignObject(params: any, dataId: any): any; }