core: lazy load content-type

This commit is contained in:
Abdullah Atta
2024-11-12 13:12:04 +05:00
committed by Abdullah Atta
parent 5f1f308540
commit ece142e8d8
5 changed files with 30 additions and 21 deletions

View File

@@ -43,3 +43,4 @@ export { VAULT_ERRORS } from "./api/vault.js";
export type { SyncOptions } from "./api/sync/index.js";
export { sanitizeTag } from "./collections/tags.js";
export { default as DataURL } from "./utils/dataurl.js";
export { type ResolveInternalLink } from "./content-types/tiptap.js";