UNPKG

datav-vue3

Version:

Vue3 large screen data display component library

16 lines (12 loc) 297 B
import type { SVGAttributes } from 'vue'; declare global { namespace JSX { interface AnimateMotion extends SVGAttributes { path?: string | number; } interface IntrinsicElements { animateMotion: AnimateMotion; } } export const __STYLED_PLACEHOLDER__: string; }