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.ts18
1 files changed, 7 insertions, 11 deletions
diff --git a/packages/shared/src/index.ts b/packages/shared/src/index.ts
index 9828ec4..6383f63 100644
--- a/packages/shared/src/index.ts
+++ b/packages/shared/src/index.ts
@@ -22,18 +22,14 @@ export type { SophieRenderer } from './contextBridge/SophieRenderer';
22 22
23export { MainToRendererIpcMessage, RendererToMainIpcMessage } from './ipc'; 23export { MainToRendererIpcMessage, RendererToMainIpcMessage } from './ipc';
24 24
25export type { 25export type { Action, BrowserViewBounds, ThemeSource } from './schemas';
26 Action, 26export { action, browserViewBounds, themeSource } from './schemas';
27 BrowserViewBounds,
28 ThemeSource,
29} from './schemas';
30export {
31 action,
32 browserViewBounds,
33 themeSource,
34} from './schemas';
35 27
36export type { Config, ConfigSnapshotIn, ConfigSnapshotOut } from './stores/Config'; 28export type {
29 Config,
30 ConfigSnapshotIn,
31 ConfigSnapshotOut,
32} from './stores/Config';
37export { config } from './stores/Config'; 33export { config } from './stores/Config';
38 34
39export type { 35export type {