| 1011 | ConditionalProcessingSVGAttributes {} |
| 1012 | |
| 1013 | interface ContainerElementSVGAttributes<T> |
| 1014 | extends CoreSVGAttributes<T>, |
| 1015 | ShapeElementSVGAttributes<T>, |
| 1016 | Pick< |
| 1017 | PresentationSVGAttributes, |
| 1018 | | 'clip-path' |
| 1019 | | 'mask' |
| 1020 | | 'cursor' |
| 1021 | | 'opacity' |
| 1022 | | 'filter' |
| 1023 | | 'enable-background' |
| 1024 | | 'color-interpolation' |
| 1025 | | 'color-rendering' |
| 1026 | > {} |
| 1027 | |
| 1028 | interface FilterPrimitiveElementSVGAttributes<T> |
| 1029 | extends CoreSVGAttributes<T>, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…