mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore: lint
This commit is contained in:
parent
0f8606914e
commit
6df4af2c79
@ -1,11 +1,11 @@
|
||||
import { SystemStyleObject, useColorModeValue } from '@chakra-ui/react';
|
||||
import { JSXElementConstructor, MouseEvent, ReactElement, memo } from 'react';
|
||||
import { MouseEvent, ReactElement, memo } from 'react';
|
||||
import IAIIconButton from './IAIIconButton';
|
||||
|
||||
type Props = {
|
||||
onClick: (event: MouseEvent<HTMLButtonElement>) => void;
|
||||
tooltip: string;
|
||||
icon?: ReactElement<any, string | JSXElementConstructor<any>>;
|
||||
icon?: ReactElement;
|
||||
styleOverrides?: SystemStyleObject;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user