Scope context
const ScopeContext: ComponentContext<OutputScope>Accessor
Section titled “Accessor”import { useScope } from "@alloy-js/core";
const myContext = useScope();Returns the current OutputScope from context. Must be called inside
a component that is a descendant of a <Scope> provider.