export default unwrapIfFragment; /** * unwrapIfFragment - walks the passed children unwrapping fragments * to create a flat array of all children */ declare function unwrapIfFragment(children: any): any; //# sourceMappingURL=unwrap-if-fragment.d.ts.map