mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 04:11:06 +08:00
Import JSXOptions from @storybook/mdx2-csf
This commit is contained in:
parent
12d4a68896
commit
49c677125e
@ -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 & {
|
||||
|
Loading…
x
Reference in New Issue
Block a user