| 15 | } from './components/shepherd-modal.ts'; |
| 16 | |
| 17 | export interface EventOptions { |
| 18 | previous?: Step | null; |
| 19 | step?: Step | null; |
| 20 | tour: Tour; |
| 21 | } |
| 22 | |
| 23 | export type TourConfirmCancel = |
| 24 | | boolean |
nothing calls this directly
no outgoing calls
no test coverage detected