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

Interface FePointLightSVGAttributes

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

Source from the content-addressed store, hash-verified

1340 }
1341
1342 interface FePointLightSVGAttributes<T> extends LightSourceElementSVGAttributes<T> {
1343 x?: number | string;
1344 y?: number | string;
1345 z?: number | string;
1346 }
1347
1348 interface FeSpecularLightingSVGAttributes<T>
1349 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…