We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9092de commit ef3e289Copy full SHA for ef3e289
js/index.esm.js
@@ -5,8 +5,4 @@
5
* --------------------------------------------------------------------------
6
*/
7
8
-import customTooltips from './src/custom-tooltips'
9
-
10
-export {
11
- customTooltips
12
-}
+export { default as customTooltips } from './src/custom-tooltips.js'
js/index.umd.js
@@ -6,7 +6,7 @@
// eslint-disable-next-line no-unused-vars
+import customTooltips from './src/custom-tooltips.js'
export default {
customTooltips
0 commit comments