mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
7 lines
71 B
Plaintext
7 lines
71 B
Plaintext
```js
|
|
{
|
|
obj: { key: 'val' },
|
|
arr: ['one', 'two'],
|
|
nil: null
|
|
}
|
|
``` |