import React from 'react' export const PaperSection = ({ children, style = {}, }: { children: any rightMargin?: any style?: any row?: boolean }) => { return (