Repository URL to install this package:
|
Version:
0.14.1 ▾
|
ui-component-library
/
src
/
components
/
abstractions
/
B2B
/
UserManagement
/
UserInvite
/
styled.tsx
|
|---|
import { styled } from 'styleh-components'
const ButtonWrapper = styled.div``
const HeadingWrapper = styled.div``
const Wrapper = styled.div`
padding: rem(16);
`
export { ButtonWrapper, HeadingWrapper, Wrapper }