@braineet/ui
Version:
Braineet design system
7 lines • 326 B
JavaScript
/* eslint-disable import/prefer-default-export */
import styled from 'styled-components';
import Box from '../box';
export var Wrapper = styled(Box).withConfig({
displayName: "styles__Wrapper",
componentId: "sc-1gyp0u6-0"
})(["display:flex;justify-content:end;width:100%;height:100%;align-items:stretch;cursor:pointer;"]);