mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
- Newline following filename comment - Fix URLs in comments - Ensure consistent usage of `ts` vs `tsx` language
11 lines
151 B
Plaintext
11 lines
151 B
Plaintext
```js
|
|
// CSF 3
|
|
|
|
export default {
|
|
title: 'components/Button',
|
|
component: 'demo-button',
|
|
};
|
|
|
|
export const Primary = { args: { primary: true } };
|
|
```
|