index.d.ts 196 B

1234
  1. export { Category10 } from './category10';
  2. export { Category20 } from './category20';
  3. export type { Category10Options } from './category10';
  4. export type { Category20Options } from './category20';