mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
10 lines
280 B
JavaScript
10 lines
280 B
JavaScript
import { roleypolyTheme } from './theme';
|
|
import { mdxComponents } from '../src/design-system/atoms/typography/mdx';
|
|
|
|
export const parameters = {
|
|
actions: { argTypesRegex: '^on[A-Z].*' },
|
|
docs: {
|
|
theme: roleypolyTheme,
|
|
components: mdxComponents,
|
|
},
|
|
};
|