@vidal-community/vidal-web-components
Version:
Vidal Web Components
14 lines • 647 B
TypeScript
import { DecisionTreeWithCaptions } from './decision-tree-with-captions';
export declare class Reco {
recoId: number;
decisionTreeWithCaptions: DecisionTreeWithCaptions[];
sharedText: Element;
styles: Element;
constructor(recoId: number, decisionTreeWithCaptions: DecisionTreeWithCaptions[], sharedText: Element, styles: Element);
static fromHtml(recoHtml: string, recoId: number): Reco;
private static transformAllDrugListsInAccordions;
private static moveTreeCommentsToSharedText;
private static moveContentItemsToSharedText;
private static createTabLinksInSharedText;
}
//# sourceMappingURL=reco.d.ts.map