Repository URL to install this package:
|
Version:
3.2.1 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const styleh_components_1 = require("styleh-components");
exports.StyledForm = styleh_components_1.styled.form.attrs({
/**
* @security
* putting as post
* so it will never affect the url before js loads
*/
method: 'POST',
}) ``;
exports.StyledSubmitButton = styleh_components_1.styled.button.attrs({
type: 'submit',
}) ``;
//# sourceMappingURL=styled.js.map