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