UNPKG

vue-data-ui

Version:

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

15 lines (12 loc) 324 B
import { DefineComponent } from 'vue'; export type { VueUiWheelConfig, VueUiWheelDataset, VueUiWheelExpose } from "./vue-data-ui"; declare const VueUiWheel: DefineComponent<{ dataset: VueUiWheelDataset; config?: VueUiWheelConfig; }, VueUiWheelExpose>; export default VueUiWheel; export { VueUiWheel }