storybook/docs/snippets/common/storybook-args-url-params-converted.js.mdx
2022-11-17 16:33:22 +01:00

8 lines
72 B
Plaintext

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