/* tslint:disable */
export const codeString = `<Grid spacing="0.5rem">
  <Row>
    <Panel width={300}><BlueBox/></Panel>
    <Panel><OrangeBox/></Panel>
    <Panel size={2}><OrangeBox/></Panel>
    <Panel><OrangeBox/></Panel>
  </Row>
</Grid>
`
