We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ac239 commit 7d3af00Copy full SHA for 7d3af00
js/index.d.ts
@@ -0,0 +1,2 @@
1
+
2
+export declare const customTooltips: (context: any) => void
package.json
@@ -35,6 +35,7 @@
35
"sass": "scss/coreui-chartjs.scss",
36
"main": "dist/js/coreui-chartjs.js",
37
"module": "dist/js/coreui-chartjs.esm.js",
38
+ "types": "js/index.d.ts",
39
"repository": {
40
"type": "git",
41
"url": "https://github.com/coreui/coreui-chartjs.git"
0 commit comments