type ReactChild = | string | number | bigint | React.ReactElement> | Iterable | React.ReactPortal | Promise; export type { ReactChild };