import React, { forwardRef } from 'react' export const Group = forwardRef((props, ref) => ( {props.children} ))