import React from "react";
import { Tooltip } from "antd";

export default (props) => {
  return <Tooltip {...props} />;
};
