storybook/docs/snippets/common/storybook-args-url-params-converted.js.mdx
2021-11-03 23:31:14 +00:00

7 lines
71 B
Plaintext

```js
{
obj: { key: 'val' },
arr: ['one', 'two'],
nil: null
}
```