mirror of https://github.com/vector-im/riot-web
parent
9383ecc46f
commit
297116a3b7
|
@ -29,7 +29,7 @@ export enum InfoTooltipKind {
|
|||
|
||||
interface ITooltipProps {
|
||||
tooltip?: React.ReactNode;
|
||||
className?: string,
|
||||
className?: string;
|
||||
tooltipClassName?: string;
|
||||
kind?: InfoTooltipKind;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue