MCPcopy
hub / github.com/untitleduico/react / RootContextProps

Interface RootContextProps

components/application/empty-state/empty-state.tsx:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import { cx } from "@/utils/cx";
12
13interface RootContextProps {
14 size?: "sm" | "md" | "lg";
15}
16
17const RootContext = createContext<RootContextProps>({ size: "lg" });
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected