mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-23 22:50:11 +03:00
Ignore no-unused-vars
This commit is contained in:
parent
e2d3709491
commit
67a10c041a
|
@ -17,6 +17,7 @@ export default {
|
||||||
component: SegmentedControl,
|
component: SegmentedControl,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
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