MCPcopy Create free account
hub / github.com/BuilderIO/mitosis / FeImageSVGAttributes

Interface FeImageSVGAttributes

packages/core/jsx-runtime.d.ts:1310–1316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1308 }
1309
1310 interface FeImageSVGAttributes<T>
1311 extends FilterPrimitiveElementSVGAttributes<T>,
1312 // XLinkSVGAttributes,
1313 ExternalResourceSVGAttributes,
1314 StylableSVGAttributes {
1315 preserveAspectRatio: SVGPreserveAspectRatio;
1316 }
1317
1318 interface FeMergeSVGAttributes<T>
1319 extends FilterPrimitiveElementSVGAttributes<T>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…