| 1184 | } |
| 1185 | |
| 1186 | interface ClipPathSVGAttributes<T> |
| 1187 | extends CoreSVGAttributes<T>, |
| 1188 | ConditionalProcessingSVGAttributes, |
| 1189 | ExternalResourceSVGAttributes, |
| 1190 | StylableSVGAttributes, |
| 1191 | TransformableSVGAttributes, |
| 1192 | Pick<PresentationSVGAttributes, 'clip-path'> { |
| 1193 | clipPathUnits?: SVGUnits; |
| 1194 | } |
| 1195 | |
| 1196 | interface DefsSVGAttributes<T> |
| 1197 | extends ContainerElementSVGAttributes<T>, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…