MORE DELINT!
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
9383ecc46f
commit
297116a3b7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export enum InfoTooltipKind {
|
||||||
|
|
||||||
interface ITooltipProps {
|
interface ITooltipProps {
|
||||||
tooltip?: React.ReactNode;
|
tooltip?: React.ReactNode;
|
||||||
className?: string,
|
className?: string;
|
||||||
tooltipClassName?: string;
|
tooltipClassName?: string;
|
||||||
kind?: InfoTooltipKind;
|
kind?: InfoTooltipKind;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue