mirror of https://github.com/vector-im/riot-web
parent
9383ecc46f
commit
297116a3b7
|
@ -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…
Reference in New Issue