Repository URL to install this package:
|
Version:
2.1.8 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const exports_1 = require("@skava/forms/build/dist/exports");
const Buttons_1 = require("../../../presets/Buttons");
const StyledOneObserverForm = styleh_components_1.styled(exports_1.OneObserverForm)`display:flex;align-items:center;`;
exports.StyledOneObserverForm = StyledOneObserverForm;
const StyledButtonWithIcon = styleh_components_1.styled(Buttons_1.ButtonWithIcon)`background-color:transparent;width:1.5rem;height:1.5rem;padding:0;`;
exports.StyledButtonWithIcon = StyledButtonWithIcon;
const Wrapper = styleh_components_1.styled.section`display:flex;`;
exports.Wrapper = Wrapper;