Skip to main content
Module

x/aleph_plugin_mdx/mod.ts>LoaderOptions

The MDX 2 Plugin for Aleph.js
Go to Latest
type alias LoaderOptions
import { type LoaderOptions } from "https://deno.land/x/aleph_plugin_mdx@v1.0.0-beta.4/mod.ts";
definition: CompileOptions & Partial<{ pageProps: Record<string | number, unknown>; }>