UNPKG

ng2-qgrid

Version:
9 lines (8 loc) 329 B
import { OnInit, OnChanges, SimpleChanges } from '@angular/core'; import { PluginService } from '../plugin.service'; export declare class PersistenceComponent implements OnInit, OnChanges { private plugin; constructor(plugin: PluginService); ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; }