| 16 | } |
| 17 | |
| 18 | export interface CarouselEmits { |
| 19 | (e: "init-api", payload: UnwrapRefCarouselApi): void; |
| 20 | } |
| 21 | |
| 22 | export interface WithClassAsProps { |
| 23 | class?: HTMLAttributes["class"]; |
nothing calls this directly
no outgoing calls
no test coverage detected