Repository URL to install this package:
|
Version:
3.0.1 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const Title = styleh_components_1.styled.h1.attrs({
'data-qa': 'qa-category-title'
})``;
exports.Title = Title;
const Wrapper = styleh_components_1.styled.div``;
exports.Wrapper = Wrapper; //# sourceMappingURL=styled.js.map