| 2 | import type {Chart, ChartDataset} from class="st">'../types.js'; |
| 3 | |
| 4 | export interface ColorsPluginOptions { |
| 5 | enabled?: boolean; |
| 6 | forceOverride?: boolean; |
| 7 | } |
| 8 | |
| 9 | interface ColorsDescriptor { |
| 10 | backgroundColor?: unknown; |
nothing calls this directly
no outgoing calls
no test coverage detected