Jsx: { attributes?: Record<string, string | number | boolean> | null; children?: (Jsx | string)[]; nodeName: string; } Type declaration
Optional
attributes?: Record<string, string | number | boolean> | null
Optional
children?: (Jsx | string)[]
nodeName: string