Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/graphieros/vue-data-ui. An open source user-empowering data visualization Vue 3 components library for eloquent data storytelling
vue-data-ui.graphieros.com/
···11import type { DefineComponent } from 'vue';
2233-export type { VueUiDigitsConfig } from 'vue-data-ui';
33+import type { VueUiDigitsConfig } from 'vue-data-ui';
44+export type { VueUiDigitsConfig };
4556declare const VueUiDigits: DefineComponent<{
67 dataset: number;