Skip to content

Commit 9015727

Browse files
committed
wip
1 parent 3ff1245 commit 9015727

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { BaseSignal } from '../shared/shared-types'
2-
export type MobileSignalTypes = MobileSignal['type']
32

4-
export type MobileSignalType = MobileSignal['type']
3+
export type MobileSignalTypes = MobileSignal['type']
54

65
export type MobileNavigationAction =
76
| 'forward'

0 commit comments

Comments
 (0)