Skip to main content
Module

x/aleph_plugin_mdx/deps.ts>LoadOutput

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

The output of the onLoad hook.

definition: { type?:
| "css"
| "js"
| "jsx"
| "ts"
| "tsx"
; code: string; map?: string; }