Skip to main content
Module

x/aleph_plugin_mdx/deps.ts>LoadInput

The MDX 2 Plugin for Aleph.js
Go to Latest
type alias LoadInput
import { type LoadInput } from "https://deno.land/x/aleph_plugin_mdx@v1.0.0-beta.5/deps.ts";

The input to the onLoad hook.

definition: { specifier: string; data?: any; }