| 883 | } |
| 884 | |
| 885 | interface AnimationValueSVGAttributes { |
| 886 | calcMode?: 'discrete' | 'linear' | 'paced' | 'spline'; |
| 887 | values?: string; |
| 888 | keyTimes?: string; |
| 889 | keySplines?: string; |
| 890 | from?: number | string; |
| 891 | to?: number | string; |
| 892 | by?: number | string; |
| 893 | } |
| 894 | |
| 895 | interface AnimationAdditionSVGAttributes { |
| 896 | attributeName?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…