import { createStyles } from 'antd-style' export default createStyles(() => ({ root: { padding: 20 }, content: { width: '100%', height: '100%' } }))