UNPKG

vue-data-ui

Version:

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

19 lines (16 loc) 423 B
import { DefineComponent } from 'vue'; export type { VueUiChordDataset, VueUiChordDatapointArc, VueUiChordNode, VueUiChordDatapointRibbon, VueUiChordConfig, VueUiChordExpose, VueUiChordEvent } from "./vue-data-ui"; declare const VueUiChord: DefineComponent<{ config?: VueUiChordConfig; dataset: VueUiChordDataset }, VueUiChordExpose>; export default VueUiChord; export { VueUiChord };