Skip to content

useContext

import { useContext } from "@alloy-js/core";
function useContext<T>(context: ComponentContext<T>): T | undefined;
contextComponentContext<T>

T | undefined