utils.d.ts 213 B

1234
  1. import IFragment from './IFragment';
  2. export declare function buildChildren(children: Array<string | IFragment>): string;
  3. export declare function toArray<T>(value: T | T[]): T[];
  4. //# sourceMappingURL=utils.d.ts.map