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

Interface FeDiffuseLightingSVGAttributes

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

Source from the content-addressed store, hash-verified

1262 }
1263
1264 interface FeDiffuseLightingSVGAttributes<T>
1265 extends FilterPrimitiveElementSVGAttributes<T>,
1266 SingleInputFilterSVGAttributes,
1267 StylableSVGAttributes,
1268 Pick<PresentationSVGAttributes, 'color' | 'lighting-color'> {
1269 surfaceScale?: number | string;
1270 diffuseConstant?: number | string;
1271 kernelUnitLength?: number | string;
1272 }
1273
1274 interface FeDisplacementMapSVGAttributes<T>
1275 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…