UNPKG

fui-fancyui

Version:
20 lines (19 loc) 356 B
import { styled as o } from "styled-components"; const n = o.button` padding: 0; border: none; background-color: transparent; cursor: pointer; width: 100%; `, t = o.a` padding: 0; border: none; background-color: transparent; cursor: pointer; width: 100%; text-decoration: none; `; export { t as StyledAnchor, n as StyledButton };