/** * @typedef {import("../view.js").default} View */ export default class CompositeViewRenderingContext extends ViewRenderingContext { /** * * @param {...ViewRenderingContext} contexts */ constructor(...contexts: ViewRenderingContext[]); contexts: ViewRenderingContext[]; } export type View = import("../view.js").default; import ViewRenderingContext from "./viewRenderingContext.js"; //# sourceMappingURL=compositeViewRenderingContext.d.ts.map