UNPKG

@react-navigation/stack

Version:

Stack navigator component for iOS and Android with animated transitions and gestures

7 lines 271 B
type InteractionManagerType = { createInteractionHandle(): number; clearInteractionHandle(handle: number): void; }; declare let InteractionManager: InteractionManagerType | undefined; export { InteractionManager }; //# sourceMappingURL=InteractionManager.d.ts.map