Skip to content

Commit f5307e9

Browse files
fix: Add missing types import to ViewTimeline.ts
- Fixes TypeScript compilation error where ViewTimeline interface was not available - Required for ViewTimeline class to implement the global ViewTimeline interface 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Ivan Galiatin <trurl-master@users.noreply.github.com>
1 parent 0f013df commit f5307e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mocks/web-animations-api/ViewTimeline.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import {
22
mockAnimationTimeline,
33
MockedAnimationTimeline,
44
} from './AnimationTimeline';
5+
import './types';
56

67
type ViewTimelineAxis = 'block' | 'inline' | 'x' | 'y';
78

0 commit comments

Comments
 (0)