/** * Astro integration for Xmdx - high-performance MDX compiler. * Main entry point - re-exports from src/index.ts * @module astro-xmdx */ export { default } from './src/index.js'; export * from './src/index.js';