+9
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Replace IDs in SVG output with unique IDs
|
||||
*/
|
||||
declare function replaceIDs(body: string): string;
|
||||
/**
|
||||
* Clear ID cache
|
||||
*/
|
||||
declare function clearIDCache(): void;
|
||||
export { clearIDCache, replaceIDs };
|
||||
Reference in New Issue
Block a user