UNPKG

pm-controls

Version:
9 lines (8 loc) 263 B
import { ChangeDetectorRef, OnInit } from '@angular/core'; export declare class PropertiesComponent implements OnInit { private changeDetectorRef; constructor(changeDetectorRef: ChangeDetectorRef); private item; Item: any; ngOnInit(): void; }