Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
"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;