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