mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
import * as StoriesModule from './csf4.stories'
|
|
import { Meta, Stories } from '@storybook/blocks'
|
|
|
|
<Meta of={StoriesModule} />
|
|
|
|
# CSF4 in MDX
|
|
|
|
<Stories /> |