| 1316 | } |
| 1317 | |
| 1318 | interface FeMergeSVGAttributes<T> |
| 1319 | extends FilterPrimitiveElementSVGAttributes<T>, |
| 1320 | StylableSVGAttributes {} |
| 1321 | |
| 1322 | interface FeMergeNodeSVGAttributes<T> |
| 1323 | extends CoreSVGAttributes<T>, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…