Repository URL to install this package:
|
Version:
3.5.4-es ▾
|
import { styled } from 'styleh-components';
export const StyledForm = styled.form.attrs({
/**
* @security
* putting as post
* so it will never affect the url before js loads
*/
method: 'POST',
}) ``;
export const StyledSubmitButton = styled.button.attrs({
type: 'submit',
}) ``;
//# sourceMappingURL=styled.js.map