Missing export
This commit is contained in:
parent
b4624baf2f
commit
303691eb72
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue