(ast: GroupAst, context: any)
| 18 | visitTransition(ast: TransitionAst, context: any): any; |
| 19 | visitSequence(ast: SequenceAst, context: any): any; |
| 20 | visitGroup(ast: GroupAst, context: any): any; |
| 21 | visitAnimate(ast: AnimateAst, context: any): any; |
| 22 | visitStyle(ast: StyleAst, context: any): any; |
| 23 | visitKeyframes(ast: KeyframesAst, context: any): any; |
no outgoing calls
no test coverage detected