1234567 |
- import { PaletteComponent } from '../runtime';
- import { Category10Palette } from '../spec/palette';
- export type Category10Options = Omit<Category10Palette, 'type'>;
- /**
- * Classic palette of AntV for ordinal data with 10 colors.
- */
- export declare const Category10: PaletteComponent<Category10Options>;
|