UNPKG

@amcharts/amcharts4

Version:
7 lines (6 loc) 166 B
/** * A color scheme inspired by {@link https://datavizproject.com/} */ import { ITheme } from "./ITheme"; declare const theme: ITheme; export default theme;