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