ng2-qgrid
Version:
Angular Grid
9 lines (8 loc) • 354 B
TypeScript
import { OnDestroy } from '@angular/core';
import { RootService } from '../../infrastructure/component/root.service';
import { PluginService } from '../../plugins/plugin.service';
export declare class FocusAfterRender implements OnDestroy {
private focus;
constructor(plugin: PluginService, root: RootService);
ngOnDestroy(): void;
}