| 2 | import type { ThemeConfig } from '../themes/types'; |
| 3 | |
| 4 | export interface DataZoomSlider { |
| 5 | update(theme: ThemeConfig): void; |
| 6 | dispose(): void; |
| 7 | } |
| 8 | |
| 9 | export interface DataZoomSliderOptions { |
| 10 | readonly height?: number; |
nothing calls this directly
no outgoing calls
no test coverage detected