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 f74b0e6 commit 7ff1242Copy full SHA for 7ff1242
package.json
@@ -527,6 +527,16 @@
527
"types": "./lib/extensions/Video/index.d.ts",
528
"default": "./lib/Video.js"
529
}
530
+ },
531
+ "./callout": {
532
+ "require": {
533
+ "types": "./lib/extensions/Callout/index.d.ts",
534
+ "default": "./lib/Callout.cjs"
535
536
+ "import": {
537
538
+ "default": "./lib/Callout.js"
539
+ }
540
541
},
542
"typesVersions": {
@@ -675,6 +685,9 @@
675
685
],
676
686
"./video": [
677
687
"./lib/extensions/Video/index.d.ts"
688
+ ],
689
+ "./callout": [
690
+ "./lib/extensions/Callout/index.d.ts"
678
691
]
679
692
680
693
0 commit comments