vue-data-ui
Version:
A user-empowering data visualization Vue 3 components library for eloquent data storytelling
18 lines (15 loc) • 396 B
TypeScript
import { DefineComponent } from 'vue';
export type {
VueUiFlowDatasetItem,
VueUiFlowNode,
VueUiFlowFormattedDataset,
VueUiFlowConfig,
VueUiFlowExpose,
VueUiFlowEvent
} from "./vue-data-ui";
declare const VueUiFlow: DefineComponent<{
dataset: VueUiFlowDatasetItem[];
config?: VueUiFlowConfig;
}, VueUiFlowExpose>;
export default VueUiFlow;
export { VueUiFlow };