mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-03-14 17:21:43 +01:00
9 lines
127 B
TypeScript
9 lines
127 B
TypeScript
|
import styled from 'styled-components';
|
||
|
|
||
|
export const StyledCanvas = styled.div`
|
||
|
height: 100%
|
||
|
width: 100%;
|
||
|
flex: 1;
|
||
|
|
||
|
`;
|