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 920f572 commit aa78f68Copy full SHA for aa78f68
packages/compass-workspaces/src/index.ts
@@ -251,7 +251,7 @@ const WorkspacesPlugin = registerCompassPlugin(
251
);
252
253
export { loadWorkspaceStateFromUserData } from './stores/workspaces-middleware';
254
-export type { WorkspacesStateSchema } from './stores/workspaces-storage';
+export { WorkspacesStateSchema } from './stores/workspaces-storage';
255
export default WorkspacesPlugin;
256
export { WorkspacesProvider } from './components/workspaces-provider';
257
export type { OpenWorkspaceOptions, CollectionTabInfo };
0 commit comments