redux-devtools/packages/redux-devtools-ui/test/__snapshots__/SegmentedControl.test.tsx.snap
Nathan Bierema 61632768a7
Replace styled-components with Emotion (#1883)
* Replace styled-components with Emotion in ui

* react-dock

* Remainder

* Fix

* Format

* Update snapshots

* Create bright-sheep-joke.md
2025-06-01 13:59:13 +00:00

25 lines
332 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`SegmentedControl renders correctly 1`] = `
<div
class="css-rlakr"
>
<button
data-selected="true"
value="Button1"
>
Button1
</button>
<button
value="Button2"
>
Button2
</button>
<button
value="Button3"
>
Button3
</button>
</div>
`;