Skip to content

Commit 58f3600

Browse files
Added imports for extending default vanilla blocks (#1000)
1 parent 43e278b commit 58f3600

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ import * as locales from "./i18n/locales";
22
export * from "./api/exporters/html/externalHTMLExporter";
33
export * from "./api/exporters/html/internalHTMLSerializer";
44
export * from "./api/testUtil";
5+
export * from "./api/getCurrentBlockContentType";
6+
export * from "./blocks/defaultBlockHelpers";
57
export * from "./blocks/AudioBlockContent/AudioBlockContent";
68
export * from "./blocks/FileBlockContent/FileBlockContent";
79
export * from "./blocks/ImageBlockContent/ImageBlockContent";
810
export * from "./blocks/VideoBlockContent/VideoBlockContent";
9-
1011
export * from "./blocks/FileBlockContent/fileBlockHelpers";
1112
export * from "./blocks/FileBlockContent/uploadToTmpFilesDotOrg_DEV_ONLY";
1213
export { parseImageElement } from "./blocks/ImageBlockContent/imageBlockHelpers";

0 commit comments

Comments
 (0)