mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-03-13 08:41:41 +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;
|
|
|
|
`;
|