mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Disable both
This commit is contained in:
parent
67a10c041a
commit
added1bb83
|
@ -17,7 +17,7 @@ export default {
|
||||||
component: SegmentedControl,
|
component: SegmentedControl,
|
||||||
};
|
};
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars, 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