Type alias HtmlProps

HtmlProps: ParentProps & TransformsProps & {
    mountId?: string;
    name?: string;
}

Type declaration

  • Optional mountId?: string

    The id of the element to mount to, default to document.body otherwise

  • Optional name?: string