vue-data-ui
Version:
A user-empowering data visualization Vue 3 components library for eloquent data storytelling
16 lines (13 loc) • 357 B
TypeScript
import { DefineComponent } from 'vue';
export type {
VueUiBulletSegment,
VueUiBulletDataset,
VueUiBulletConfig,
VueUiBulletExpose
} from "./vue-data-ui";
declare const VueUiBullet: DefineComponent<{
config?: VueUiBulletConfig;
dataset: VueUiBulletDataset;
}, VueUiBulletExpose>;
export default VueUiBullet;
export { VueUiBullet };