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