Skip to content

Commit 7ff1242

Browse files
committed
fix: export callout
1 parent f74b0e6 commit 7ff1242

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,16 @@
527527
"types": "./lib/extensions/Video/index.d.ts",
528528
"default": "./lib/Video.js"
529529
}
530+
},
531+
"./callout": {
532+
"require": {
533+
"types": "./lib/extensions/Callout/index.d.ts",
534+
"default": "./lib/Callout.cjs"
535+
},
536+
"import": {
537+
"types": "./lib/extensions/Callout/index.d.ts",
538+
"default": "./lib/Callout.js"
539+
}
530540
}
531541
},
532542
"typesVersions": {
@@ -675,6 +685,9 @@
675685
],
676686
"./video": [
677687
"./lib/extensions/Video/index.d.ts"
688+
],
689+
"./callout": [
690+
"./lib/extensions/Callout/index.d.ts"
678691
]
679692
}
680693
},

0 commit comments

Comments
 (0)