UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

9 lines (8 loc) 215 B
export declare const heatmapColorThemes: { green: string[]; blue: string[]; orange: string[]; purple: string[]; red: string[]; }; export type HeatmapColorTheme = keyof typeof heatmapColorThemes;