UNPKG

nd-gui

Version:

UI components for NetDocuments

8 lines (7 loc) 184 B
import { OnInit } from '@angular/core'; export declare class HeaderComponent implements OnInit { title: string; type: number; constructor(); ngOnInit(): void; }