index.js 103 B

1234
  1. import Popup from "./Popup";
  2. import Tooltip from "./Tooltip";
  3. export { Popup };
  4. export default Tooltip;