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

Interface ClipPathSVGAttributes

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

Source from the content-addressed store, hash-verified

1184 }
1185
1186 interface ClipPathSVGAttributes<T>
1187 extends CoreSVGAttributes<T>,
1188 ConditionalProcessingSVGAttributes,
1189 ExternalResourceSVGAttributes,
1190 StylableSVGAttributes,
1191 TransformableSVGAttributes,
1192 Pick<PresentationSVGAttributes, 'clip-path'> {
1193 clipPathUnits?: SVGUnits;
1194 }
1195
1196 interface DefsSVGAttributes<T>
1197 extends ContainerElementSVGAttributes<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…