import * as React from 'react'; export const Wrapper: React.FunctionComponent> = ({ children, ...props }) => { return (
{children}
); };