vue-data-ui
Version:
A user-empowering data visualization Vue 3 components library for eloquent data storytelling
17 lines (14 loc) • 414 B
TypeScript
import { DefineComponent } from 'vue';
export type {
VueUiMoleculeDatasetNode,
VueUiMoleculeConfig,
VueUiMoleculeDatapoint,
VueUiMoleculeExpose,
VueUiMoleculeEvent
} from "./vue-data-ui";
declare const VueUiMolecule: DefineComponent<{
dataset: VueUiMoleculeDatasetNode[];
config?: VueUiMoleculeConfig;
}, VueUiMoleculeExpose>;
export default VueUiMolecule;
export { VueUiMolecule };