(ast: StyleAst, context: 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; |
| 24 | visitReference(ast: ReferenceAst, context: any): any; |
| 25 | visitAnimateChild(ast: AnimateChildAst, context: any): any; |
no outgoing calls
no test coverage detected