UNPKG

@senx/warpview-editor

Version:

WarpView Editor Elements

18 lines (17 loc) 645 B
import { GTSLib } from '../../model/gts.lib'; import * as i0 from "@angular/core"; export declare class WarpViewResult { private gtsLib; theme: string; config: object; loading: boolean; _res: string; _result: any[]; _resultStr: any[]; get result(): string; set result(res: string); constructor(gtsLib: GTSLib); isArray(arr: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<WarpViewResult, never>; static ɵcmp: i0.ɵɵComponentDeclaration<WarpViewResult, "warpview-result", never, { "theme": "theme"; "config": "config"; "loading": "loading"; "result": "result"; }, {}, never, never>; }