UNPKG

vue-data-ui

Version:

A user-empowering data visualization Vue 3 components library for eloquent data storytelling

17 lines (14 loc) 401 B
import { DefineComponent } from 'vue'; export type { VueUiHeatmapConfig, VueUiHeatmapDatapoint, VueUiHeatmapRow, VueUiHeatmapDatasetItem, VueUiHeatmapExpose } from "./vue-data-ui"; declare const VueUiHeatmap: DefineComponent<{ config?: VueUiHeatmapConfig; dataset: VueUiHeatmapDatasetItem[]; }, VueUiHeatmapExpose>; export default VueUiHeatmap; export { VueUiHeatmap };