UNPKG

dbweb-common

Version:

用`yarn add dbweb-common`安装,不要忘记修改`angular.json`里的 `architect\build\options\assets`,加上

10 lines (9 loc) 350 B
import { OnInit } from '@angular/core'; import { ElementService, ElementDataImport } from '../service/element.service'; export declare class SetPropertyImportComponent implements OnInit { elementSvr: ElementService; hostClass: boolean; svr: ElementDataImport; constructor(elementSvr: ElementService); ngOnInit(): void; }