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

Interface FeDisplacementMapSVGAttributes

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

Source from the content-addressed store, hash-verified

1272 }
1273
1274 interface FeDisplacementMapSVGAttributes<T>
1275 extends FilterPrimitiveElementSVGAttributes<T>,
1276 DoubleInputFilterSVGAttributes,
1277 StylableSVGAttributes {
1278 scale?: number | string;
1279 xChannelSelector?: 'R' | 'G' | 'B' | 'A';
1280 yChannelSelector?: 'R' | 'G' | 'B' | 'A';
1281 }
1282
1283 interface FeDistantLightSVGAttributes<T> extends LightSourceElementSVGAttributes<T> {
1284 azimuth?: number | string;

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…