Repository URL to install this package:
|
Version:
2.1.7 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const ButtonWrapper = styleh_components_1.styled.div``;
exports.ButtonWrapper = ButtonWrapper;
const HeadingWrapper = styleh_components_1.styled.div``;
exports.HeadingWrapper = HeadingWrapper;
const Wrapper = styleh_components_1.styled.div`padding:1rem;`;
exports.Wrapper = Wrapper;