Merge remote-tracking branch 'origin/refactor/circular-deps' into feat/v9-prerelease

This commit is contained in:
Nathan Walker
2025-09-17 10:10:42 -07:00
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import type { NavigatedData, Page } from '../page';
import type { Observable, EventData } from '../../data/observable';
import type { Property, View } from '../core/view';
import type { Transition } from '../transition';
import type { BackstackEntry } from './frame-interfaces';
import type { BackstackEntry, NavigationData } from './frame-interfaces';
export * from './frame-interfaces';