@progress/kendo-react-tooltip
Version:
React Tooltips library represents popups with information that is related to a UI element. KendoReact Tooltips package
10 lines (9 loc) • 686 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
"use client";
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./tooltip/Tooltip.js"),e=require("./popover/Popover.js"),r=require("./popover/PopoverActionsBar.js");exports.Tooltip=o.Tooltip;exports.Popover=e.Popover;exports.PopoverActionsBar=r.PopoverActionsBar;