UNPKG

@kadconsulting/dry

Version:
17 lines 548 B
import { jsx as _jsx } from "react/jsx-runtime"; import readme from './CardCarouselReadme.md'; import { DocWrapper } from '~internal/components/Storybook/DocWrapper'; import ReactMarkdown from 'react-markdown'; export default { title: 'Components/CardCarousel/Readme', component: DocWrapper, }; function createStory(content) { return { args: { content: _jsx(ReactMarkdown, { children: content }), }, }; } export const Readme = createStory(readme); //# sourceMappingURL=LayoutProviderREADME.stories.js.map