| 233 | } |
| 234 | |
| 235 | export interface StepOptionsAttachTo { |
| 236 | element?: |
| 237 | | HTMLElement |
| 238 | | string |
| 239 | | null |
| 240 | | (() => HTMLElement | string | null | undefined); |
| 241 | on?: PopperPlacement; |
| 242 | } |
| 243 | |
| 244 | export interface StepOptionsAdvanceOn { |
| 245 | event: string; |
nothing calls this directly
no outgoing calls
no test coverage detected