import styled from 'styled-components' export const EditorWrap = styled.div` height: 100%; width: 100%; display: flex; flex-direction: row; align-items: center; min-width: 0; `