truly-ui
Version:
Web Components for Desktop Applications.
14 lines • 510 B
TypeScript
import { ElementRef, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TlView implements OnInit {
value: any;
viewComponents: ElementRef;
height: string;
background: any;
selected: any;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TlView, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TlView, "tl-view", never, { "value": "value"; }, {}, never, ["*"], false, never>;
}
//# sourceMappingURL=view.d.ts.map