stimulsoft-viewer-angular
Version:
Stimulsoft Viewer Angular
13 lines (12 loc) • 571 B
TypeScript
import { OnInit } from '@angular/core';
import { Item } from '../services/objects';
import { Menu } from './menu.service';
import * as i0 from "@angular/core";
export declare class VerticalMenuComponent implements OnInit {
menu: Menu;
constructor();
ngOnInit(): void;
action(item: Item): void;
static ɵfac: i0.ɵɵFactoryDeclaration<VerticalMenuComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<VerticalMenuComponent, "sti-vertical-menu", never, { "menu": { "alias": "menu"; "required": false; }; }, {}, never, never, false, never>;
}