DenReg/jsx-html/nodejs/node/utils/normalizeChildren.d.ts

3 lines
155 B
TypeScript

import { NullableChildType, ChildNodeType } from "../../types";
export declare function normalizeChildren(children: NullableChildType[]): ChildNodeType[];