import * as React from 'react'; import styles from './index.less'; export default ({children, style = {}}: any) => { return (
{children}
); };