bettertend/frontend/node_modules/@iconify/utils/lib/svg/trim.d.ts

7 lines
97 B
TypeScript

/**
* Remove whitespace
*/
declare function trimSVG(str: string): string;
export { trimSVG };