We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0367a commit 9db7e63Copy full SHA for 9db7e63
1 file changed
packages/mini-app/src/index.ts
@@ -1,5 +1,7 @@
1
export * as Bridge from './Bridge.ts'
2
export * as Events from './Events.ts'
3
+export * as InitParams from './InitParams.ts'
4
+export * as LaunchParams from './LaunchParams.ts'
5
export * as BackButton from './modules/BackButton.ts'
6
export * as Haptic from './modules/Haptic.ts'
7
export * as SettingsButton from './modules/SettingsButton.ts'
0 commit comments