UNPKG

react-native-root-siblings

Version:

react native root sibling elements manager

5 lines 155 B
import React from 'react'; export default function ChildrenWrapper(props) { return <>{props.children}</>; } //# sourceMappingURL=ChildrenWrapper.js.map