mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge remote-tracking branch 'origin/refactor/circular-deps' into feat/v9-prerelease
This commit is contained in:
2
packages/core/ui/frame/index.d.ts
vendored
2
packages/core/ui/frame/index.d.ts
vendored
@@ -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';
|
||||
|
||||
|
||||
@@ -40,8 +40,8 @@ export type { DialogOptions, CancelableOptions, AlertOptions, PromptResult, Prom
|
||||
|
||||
export * from './editable-text-base';
|
||||
export { isEmbedded } from './embedding';
|
||||
export { Frame, setActivityCallbacks } from './frame';
|
||||
export type { NavigationEntry, NavigationContext, NavigationTransition, BackstackEntry, ViewEntry, AndroidActivityCallbacks } from './frame';
|
||||
export { Frame, setActivityCallbacks, NavigationType } from './frame';
|
||||
export type { NavigationEntry, NavigationContext, NavigationTransition, BackstackEntry, ViewEntry, AndroidActivityCallbacks, NavigationData } from './frame';
|
||||
|
||||
export { GesturesObserver, TouchAction, GestureTypes, GestureStateTypes, SwipeDirection, GestureEvents, TouchManager } from './gestures';
|
||||
export type { GestureEventData, GestureEventDataWithState, TapGestureEventData, PanGestureEventData, PinchGestureEventData, RotationGestureEventData, SwipeGestureEventData, TouchGestureEventData, TouchAnimationOptions, VisionHoverOptions } from './gestures';
|
||||
|
||||
Reference in New Issue
Block a user