mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 07:01:53 +08:00
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
```js
|
|
// CSF 2
|
|
export const PrimaryOnDark = Primary.bind({});
|
|
PrimaryOnDark.args = Primary.args;
|
|
PrimaryOnDark.parameters = { background: { default: 'dark' } };
|
|
```
|