MCPcopy
hub / github.com/Linen-dev/linen.dev / ContextType

Interface ContextType

packages/contexts/src/Link.tsx:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9});
10
11interface ContextType {
12 isSubDomainRouting: boolean;
13 communityName: string;
14 communityType: communityType;
15}
16
17interface Props {
18 children: React.ReactNode;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected