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