Skip to content

Commit 7d3af00

Browse files
committed
add typings
1 parent 01ac239 commit 7d3af00

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: js/index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
export declare const customTooltips: (context: any) => void

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"sass": "scss/coreui-chartjs.scss",
3636
"main": "dist/js/coreui-chartjs.js",
3737
"module": "dist/js/coreui-chartjs.esm.js",
38+
"types": "js/index.d.ts",
3839
"repository": {
3940
"type": "git",
4041
"url": "https://github.com/coreui/coreui-chartjs.git"

0 commit comments

Comments
 (0)