add hw2
This commit is contained in:
9
node_modules/@iconify/utils/lib/svg/viewbox.d.ts
generated
vendored
Normal file
9
node_modules/@iconify/utils/lib/svg/viewbox.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* SVG viewBox: x, y, width, height
|
||||
*/
|
||||
type SVGViewBox = [x: number, y: number, width: number, height: number];
|
||||
/**
|
||||
* Get viewBox from string
|
||||
*/
|
||||
declare function getSVGViewBox(value: string): SVGViewBox | undefined;
|
||||
export { SVGViewBox, getSVGViewBox };
|
||||
Reference in New Issue
Block a user