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 68bea6a commit ab9be84Copy full SHA for ab9be84
packages/signals/signals-runtime/src/mobile/mobile-exports-globals.ts
@@ -1,9 +1,8 @@
1
// all import directives will be removed in the final build
2
-import { ISignalsRuntime } from '../shared/shared-types'
3
-import { Signal } from './mobile-signals-types'
+import { MobileSignalsRuntime } from './mobile-signals-types'
4
5
// This will be appended to the generated code - dts-bundle-generator will not write declare const for whatever reason.
6
-declare const signals: ISignalsRuntime<Signal>
+declare const signals: MobileSignalsRuntime
7
declare const SignalType: {
8
Interaction: 'interaction'
9
Navigation: 'navigation'
0 commit comments