UNPKG

vue-data-ui

Version:

A user-empowering data visualization Vue 3 components library for eloquent data storytelling

12 lines (8 loc) 281 B
import type { DefineComponent } from 'vue'; import type { VueUiSkeletonConfig } from 'vue-data-ui'; export type { VueUiSkeletonConfig }; declare const VueUiSkeleton: DefineComponent<{ config?: VueUiSkeletonConfig; }>; export default VueUiSkeleton; export { VueUiSkeleton };