| 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>, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…