UNPKG

rxn-grife

Version:

🎀 Programmatic Styling Library for React, React Native and Expo.

9 lines (8 loc) • 255 B
const childrenToCallback = (children) => { return typeof children == "object" ? children ?.map((a) => a.___ ?? undefined) .filter((a) => typeof a == "object") : []; }; export default childrenToCallback;