Import JSXOptions from @storybook/mdx2-csf

This commit is contained in:
Ian VanSchooten 2022-12-14 09:58:25 -05:00
parent 12d4a68896
commit 49c677125e

View File

@ -5,17 +5,9 @@ import { dedent } from 'ts-dedent';
import type { IndexerOptions, StoryIndexer, DocsOptions, Options } from '@storybook/types';
import type { CsfPluginOptions } from '@storybook/csf-plugin';
import type { JSXOptions } from '@storybook/mdx2-csf';
import { loadCsf } from '@storybook/csf-tools';
// TODO: expose/import this from @storybook/mdx2-csf
type JSXOptions = {
pragma?: string;
pragmaFrag?: string;
throwIfNamespace?: false;
runtime?: 'classic' | 'automatic';
importSource?: string;
};
async function webpack(
webpackConfig: any = {},
options: Options & {