vue-data-ui
Version:
A user-empowering data visualization Vue 3 components library for eloquent data storytelling
18 lines (15 loc) • 419 B
TypeScript
import { DefineComponent } from 'vue';
export type {
VueUiGalaxyDatasetItem,
VueUiGalaxyConfig,
VueUiGalaxyDatapoint,
VueUiGalaxySeriesItem,
VueUiGalaxyExpose,
VueUiGalaxyEvent
} from "./vue-data-ui";
declare const VueUiGalaxy: DefineComponent<{
config?: VueUiGalaxyConfig;
dataset: VueUiGalaxyDatasetItem[];
}, VueUiGalaxyExpose>;
export default VueUiGalaxy;
export { VueUiGalaxy };