export type DomJson = string | { type: string; props?: Record, children: DomJson[] }