aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/src/index.ts')
-rw-r--r--packages/shared/src/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/shared/src/index.ts b/packages/shared/src/index.ts
index 713984e..2f7146c 100644
--- a/packages/shared/src/index.ts
+++ b/packages/shared/src/index.ts
@@ -26,10 +26,12 @@ export {
26} from './ipc'; 26} from './ipc';
27 27
28export type { 28export type {
29 Action,
29 BrowserViewBounds, 30 BrowserViewBounds,
30 ThemeSource, 31 ThemeSource,
31} from './schemas'; 32} from './schemas';
32export { 33export {
34 action,
33 browserViewBounds, 35 browserViewBounds,
34 themeSource, 36 themeSource,
35} from './schemas'; 37} from './schemas';