| 1 | declare namespace TextPlugin { |
| 2 | interface Vars { |
| 3 | value: string; |
| 4 | type?: string; |
| 5 | rtl?: boolean; |
| 6 | speed?: number; |
| 7 | delimiter?: string; |
| 8 | padSpace?: boolean; |
| 9 | newClass?: string; |
| 10 | oldClass?: string; |
| 11 | preserveSpaces?: boolean; |
| 12 | } |
| 13 | } |
| 14 | |
| 15 | declare namespace gsap { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…