UNPKG

@carbon/ibm-products

Version:

Carbon for IBM Products

7 lines (6 loc) 207 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;