mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-23 06:29:51 +03:00
Just the one
This commit is contained in:
parent
added1bb83
commit
9536a5212e
|
@ -17,7 +17,7 @@ export default {
|
||||||
component: SegmentedControl,
|
component: SegmentedControl,
|
||||||
};
|
};
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars, react/prop-types
|
// eslint-disable-next-line react/prop-types
|
||||||
const Template: Story<SegmentedControlProps> = ({ values, ...args }) => (
|
const Template: Story<SegmentedControlProps> = ({ values, ...args }) => (
|
||||||
<Container>
|
<Container>
|
||||||
<SegmentedControl values={['Button1', 'Button2', 'Button3']} {...args} />
|
<SegmentedControl values={['Button1', 'Button2', 'Button3']} {...args} />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user