diff --git a/index.tsx b/index.tsx index 28e17959d..652f8a095 100644 --- a/index.tsx +++ b/index.tsx @@ -13,5 +13,5 @@ const utils = { calloutIcons: {}, }; -export { compile, hast, run, mdast, mdastV6, mdx, migrate, plain, remarkPlugins, tags } from './lib'; +export { compile, exports, hast, run, mdast, mdastV6, mdx, migrate, plain, remarkPlugins, tags } from './lib'; export { Components, utils };