| 1045 | } |
| 1046 | |
| 1047 | interface FitToViewBoxSVGAttributes { |
| 1048 | viewBox?: string; |
| 1049 | preserveAspectRatio?: SVGPreserveAspectRatio; |
| 1050 | } |
| 1051 | |
| 1052 | interface GradientElementSVGAttributes<T> |
| 1053 | extends CoreSVGAttributes<T>, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…