interface SSRElement {
    children: string;
    props: Record<string, any>;
}

Properties

Properties

children: string
props: Record<string, any>