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;
}