Skip to main content
Module

x/lunchbox/components/Markdown/setup.ts>iMarkdown

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Latest
type alias iMarkdown
import { type iMarkdown } from "https://deno.land/x/lunchbox@v0.3.109/components/Markdown/setup.ts";

Properties of the <Markdown /> component.

definition: iComponent<HTMLDivElement> & { markdownContent: string; renderOptions: RenderOptions; }