| 119 | * For animation keyframe definition |
| 120 | */ |
| 121 | export interface KeyFrames { |
| 122 | $debugName?: string, |
| 123 | [ |
| 124 | /** stuff like `from`, `to` or `10%` etc*/ |
| 125 | key: string |
| 126 | ]: CSSProperties | string | undefined; |
| 127 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…