You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
Missing export
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user