mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
325 B
325 B
export const PrimaryOnDark = {
...Primary,
parameters: { background: { default: 'dark' } },
};
export const PrimaryOnDark: Story = {
...Primary,
parameters: { background: { default: 'dark' } },
};