| 899 | } |
| 900 | |
| 901 | interface AnimationAttributeTargetSVGAttributes { |
| 902 | attributeName?: string; |
| 903 | attributeType?: 'CSS' | 'XML' | 'auto'; |
| 904 | } |
| 905 | |
| 906 | interface PresentationSVGAttributes { |
| 907 | 'alignment-baseline'?: |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…