@oku-ui/motion
Version:
A tiny, performant animation library for VueJS
5 lines (4 loc) • 783 B
TypeScript
declare const svgElementNames: readonly ["circle", "ellipse", "line", "polygon", "polyline", "rect", "path", "text", "tspan", "textPath", "g", "defs", "symbol", "use", "desc", "title", "filter", "feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDropShadow", "feFlood", "feGaussianBlur", "feImage", "feMerge", "feMorphology", "feOffset", "feSpecularLighting", "feTile", "feTurbulence", "animate", "animateMotion", "animateTransform", "set", "mask", "clipPath", "linearGradient", "radialGradient", "stop", "pattern", "foreignObject", "style", "script"];
export type SvgElementName = typeof svgElementNames[number];
export declare function isSvgElementName(tag: string): tag is SvgElementName;
export {};