Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
variable Heading
import { Heading } from "https://deno.land/x/aleph@1.0.0-beta.26/examples/react-mdx-app/components/Heading.tsx";

type

FC<PropsWithChildren<{ id: string; level: number; }>>