Skip to content

Commit

Permalink
Merge pull request #19510 from storybookjs/shilman/fix-renderer-types…
Browse files Browse the repository at this point in the history
…-re-exports

Frameworks: Don't re-export renderer types from frameworks
  • Loading branch information
shilman committed Oct 17, 2022
2 parents 272a68f + e82376f commit 7a4d317
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion code/frameworks/html-webpack5/src/index.ts
@@ -1,2 +1 @@
export * from '@storybook/html';
export * from './types';
1 change: 0 additions & 1 deletion code/frameworks/preact-webpack5/src/index.ts
@@ -1,2 +1 @@
export * from '@storybook/preact';
export * from './types';
1 change: 0 additions & 1 deletion code/frameworks/react-vite/src/index.ts
Expand Up @@ -5,5 +5,4 @@ export { addons } from '@storybook/addons';
export { composeConfigs, PreviewWeb } from '@storybook/preview-web';
export { ClientApi } from '@storybook/client-api';

export * from '@storybook/react';
export type { StorybookConfig } from '@storybook/builder-vite';
1 change: 0 additions & 1 deletion code/frameworks/react-webpack5/src/index.ts
@@ -1,2 +1 @@
export * from '@storybook/react';
export * from './types';
1 change: 0 additions & 1 deletion code/frameworks/server-webpack5/src/index.ts
@@ -1,2 +1 @@
export * from '@storybook/server';
export * from './types';
1 change: 0 additions & 1 deletion code/frameworks/svelte-vite/src/index.ts
Expand Up @@ -5,5 +5,4 @@ export { addons } from '@storybook/addons';
export { composeConfigs, PreviewWeb } from '@storybook/preview-web';
export { ClientApi } from '@storybook/client-api';

export * from '@storybook/svelte';
export type { StorybookConfig } from '@storybook/builder-vite';
1 change: 0 additions & 1 deletion code/frameworks/svelte-webpack5/src/index.ts
@@ -1,2 +1 @@
export * from '@storybook/svelte';
export * from './types';
1 change: 0 additions & 1 deletion code/frameworks/vue-vite/src/index.ts
Expand Up @@ -5,5 +5,4 @@ export { addons } from '@storybook/addons';
export { composeConfigs, PreviewWeb } from '@storybook/preview-web';
export { ClientApi } from '@storybook/client-api';

export * from '@storybook/vue';
export type { StorybookConfig } from '@storybook/builder-vite';
1 change: 0 additions & 1 deletion code/frameworks/vue-webpack5/src/index.ts
@@ -1,2 +1 @@
export * from '@storybook/vue';
export * from './types';
1 change: 0 additions & 1 deletion code/frameworks/vue3-vite/src/index.ts
Expand Up @@ -5,5 +5,4 @@ export { addons } from '@storybook/addons';
export { composeConfigs, PreviewWeb } from '@storybook/preview-web';
export { ClientApi } from '@storybook/client-api';

export * from '@storybook/vue3';
export type { StorybookConfig } from '@storybook/builder-vite';
1 change: 0 additions & 1 deletion code/frameworks/vue3-webpack5/src/index.ts
@@ -1,2 +1 @@
export * from '@storybook/vue3';
export * from './types';
1 change: 0 additions & 1 deletion code/frameworks/web-components-vite/src/index.ts
Expand Up @@ -5,5 +5,4 @@ export { addons } from '@storybook/addons';
export { composeConfigs, PreviewWeb } from '@storybook/preview-web';
export { ClientApi } from '@storybook/client-api';

export * from '@storybook/web-components';
export type { StorybookConfig } from '@storybook/builder-vite';
1 change: 0 additions & 1 deletion code/frameworks/web-components-webpack5/src/index.ts
@@ -1,2 +1 @@
export * from '@storybook/web-components';
export * from './types';

0 comments on commit 7a4d317

Please sign in to comment.