UNPKG

angular-xml-editor

Version:
8 lines (7 loc) 222 B
import { OnInit } from '@angular/core'; export declare class DomBreakcrumbComponent implements OnInit { nodes: string[]; constructor(); ngOnInit(): void; showSelection(selection: Selection): void; }