mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
Updated withKnobs params snapshots
This commit is contained in:
parent
05c11dde57
commit
60d27cf351
@ -6,6 +6,12 @@ exports[`Storyshots Addons|Knobs.withKnobs XSS safety 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Addons|Knobs.withKnobs accepts story parameters 1`] = `
|
||||
<div>
|
||||
<h1>Hello</h1>
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Addons|Knobs.withKnobs dynamic knobs 1`] = `
|
||||
<div>
|
||||
<div>
|
||||
@ -124,6 +130,12 @@ exports[`Storyshots Addons|Knobs.withKnobs tweaks static values organized in gro
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Addons|Knobs.withKnobs using options accepts options 1`] = `
|
||||
<div>
|
||||
<h1>Hello</h1>
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Addons|Knobs.withKnobsOptions displays HTML code 1`] = `
|
||||
<div>
|
||||
<h1>Hello</h1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user