mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-04-19 02:26:24 +02:00
9 lines
125 B
TypeScript
9 lines
125 B
TypeScript
import styled from 'styled-components'
|
|
|
|
export const StyledCanvas = styled.div`
|
|
height: 100%
|
|
width: 100%;
|
|
flex: 1;
|
|
|
|
`
|