Skip to content

root

import { root } from "@alloy-js/core";
function root<T>(fn: (d: Disposable) => T, options?: RootOptions): T;
fn(d: Disposable) => T
optionsoptional RootOptions
componentOwneroptional ComponentCreator<any>

T