We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff1245 commit 9015727Copy full SHA for 9015727
packages/signals/signals-runtime/src/index.ts
@@ -0,0 +1,2 @@
1
+export type { WebSignal } from './web/web-signals-types'
2
+export type { MobileSignal } from './mobile/mobile-signal-types'
packages/signals/signals-runtime/src/mobile/mobile-signal-types.ts
@@ -1,7 +1,6 @@
import { BaseSignal } from '../shared/shared-types'
-export type MobileSignalTypes = MobileSignal['type']
3
4
-export type MobileSignalType = MobileSignal['type']
+export type MobileSignalTypes = MobileSignal['type']
5
6
export type MobileNavigationAction =
7
| 'forward'
0 commit comments