mirror of https://github.com/vector-im/riot-web
Missing export
parent
b4624baf2f
commit
303691eb72
|
@ -40,7 +40,7 @@ interface IProps {
|
|||
label: React.ReactNode,
|
||||
}
|
||||
|
||||
class Tooltip extends React.Component<IProps> {
|
||||
export default class Tooltip extends React.Component<IProps> {
|
||||
private tooltipContainer: HTMLElement;
|
||||
private tooltip: void | Element | Component<Element, any, any>;
|
||||
private parent: Element;
|
||||
|
|
Loading…
Reference in New Issue