| 2 | import Shepherd from 'shepherd.js'; |
| 3 | |
| 4 | interface ShepherdContextType { |
| 5 | Shepherd: typeof Shepherd; |
| 6 | } |
| 7 | |
| 8 | const ShepherdJourneyContext = createContext<ShepherdContextType | undefined>( |
| 9 | undefined |
nothing calls this directly
no outgoing calls
no test coverage detected