UNPKG

@carbon/ibm-products

Version:
7 lines 255 B
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