Skip to main content
Module

x/resume/src/html.tsx>HTMLProps

🦕📄 A Deno resume website builder using tailwind
Latest
type alias HTMLProps
import { type HTMLProps } from "https://deno.land/x/resume@0.0.12/src/html.tsx";
definition: { title?: string; children?:
| VNode<any>
| ChildNode
| undefined
| string
| (
| VNode<any>
| ChildNode
| undefined
| string
)[]
; script?: string; inlineStyles?: string; description?: string; keywords?: string; author?: string; }