mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-11 00:06:25 +08:00
9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
```ts
|
|
// CSF 2
|
|
|
|
// Other imports and story implementation
|
|
export const Default: Story = (args) => ({
|
|
props: args,
|
|
});
|
|
```
|