+5
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Prettify SVG
|
||||
*/
|
||||
declare function prettifySVG(content: string, tab?: string, depth?: number): string | null;
|
||||
export { prettifySVG };
|
||||
Reference in New Issue
Block a user