Urara-Blog/node_modules/.pnpm-store/v3/files/2b/97158c5a8aa1988268397f3ea955a8869c8fbea3da9655fdc28590238fb2582e6044f21d073d3dbb2c7e00c652dd10d383b1826d1afb27f73bb7d1769e36c6
2022-08-14 01:14:53 +08:00

8 lines
233 B
Text

/**
* Encode the `SVG` to be used on `CSS`: https://bl.ocks.org/jennyknuth/222825e315d45a738ed9d6e04c7a88d0.
*
* @param svg The `SVG` source.
*/
declare function encodeSvgForCss(svg: string): string;
export { encodeSvgForCss };