UNPKG

@primer/components

Version:
14 lines (13 loc) 321 B
import styled from 'styled-components'; import Box from './Box'; /** * @deprecated Use the Box component instead (i.e. <Flex> → <Box display="flex">) */ const Flex = styled(Box).withConfig({ displayName: "Flex", componentId: "sc-arghxi-0" })([""]); Flex.defaultProps = { display: 'flex' }; export default Flex;