Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RenderProps

interface RenderProps {
allowHTML: boolean;
animation: string | boolean;
arrow:
| boolean
| string
| SVGElement
| DocumentFragment;
content: Content;
inertia: boolean;
maxWidth: number | string;
role: string;
theme: string;
zIndex: number;
}

§Properties

§
allowHTML: boolean
[src]
§
animation: string | boolean
[src]
§
arrow: boolean | string | SVGElement | DocumentFragment
[src]
§
inertia: boolean
[src]
§
maxWidth: number | string
[src]
§
role: string
[src]
§
theme: string
[src]
§
zIndex: number
[src]