| 1368 | } |
| 1369 | |
| 1370 | interface FeTileSVGAttributes<T> |
| 1371 | extends FilterPrimitiveElementSVGAttributes<T>, |
| 1372 | SingleInputFilterSVGAttributes, |
| 1373 | StylableSVGAttributes {} |
| 1374 | |
| 1375 | interface FeTurbulanceSVGAttributes<T> |
| 1376 | extends FilterPrimitiveElementSVGAttributes<T>, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…