MCPcopy
hub / github.com/shipshapecode/shepherd / ShepherdContextType

Interface ShepherdContextType

packages/react/src/index.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import Shepherd from 'shepherd.js';
3
4interface ShepherdContextType {
5 Shepherd: typeof Shepherd;
6}
7
8const ShepherdJourneyContext = createContext<ShepherdContextType | undefined>(
9 undefined

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected