UNPKG

svelte-motion

Version:

Svelte animation library based on the React library framer-motion.

12 lines (11 loc) 975 B
/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ declare type UnionStringArray<T extends Readonly<string[]>> = T[number]; /** * @internal */ export declare const svgElements: readonly ["animate", "circle", "defs", "desc", "ellipse", "g", "image", "line", "filter", "marker", "mask", "metadata", "path", "pattern", "polygon", "polyline", "rect", "stop", "svg", "switch", "symbol", "text", "tspan", "use", "view", "clipPath", "feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence", "foreignObject", "linearGradient", "radialGradient", "textPath"]; export declare type SVGElements = UnionStringArray<typeof svgElements>; export {};