UNPKG

@vidal-community/vidal-web-components

Version:

Vidal Web Components

7 lines 296 B
export declare class DecisionTreeWithCaptions { decisionTree: Element; captions: Element; constructor(decisionTree: Element, captions: Element); static fromElement(decisionTreeElement: Element): DecisionTreeWithCaptions; } //# sourceMappingURL=decision-tree-with-captions.d.ts.map