Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import { styled } from 'styleh-components';
import { Main as BaseMain } from '@skava/packages/ui';
export const Main = styled(BaseMain) `
background-color: var(--color-pure-white);
`;
//# sourceMappingURL=styled.js.map