mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 00:52:12 +08:00
8 lines
72 B
Plaintext
8 lines
72 B
Plaintext
```js
|
|
{
|
|
obj: { key: 'val' },
|
|
arr: ['one', 'two'],
|
|
nil: null
|
|
}
|
|
```
|