IOweb/node_modules/@iconify/utils/lib/svg/trim.d.ts
2026-07-03 15:07:38 -05:00

6 lines
97 B
TypeScript

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