mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:11:08 +08:00
type colorblindness f=component
This commit is contained in:
parent
249f6cd186
commit
71bb3b36b2
@ -79,7 +79,7 @@ const getColorList = (active: string | null, set: (i: string | null) => void): L
|
||||
})),
|
||||
];
|
||||
|
||||
export function ColorBlindness() {
|
||||
export const ColorBlindness: React.FC = () => {
|
||||
const [active, setActiveState] = useState(null);
|
||||
|
||||
const setActive = (activeState: string | null): void => {
|
||||
@ -114,4 +114,4 @@ export function ColorBlindness() {
|
||||
</IconButton>
|
||||
</WithTooltip>
|
||||
);
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user