UNPKG

fui-fancyui

Version:
18 lines (16 loc) 396 B
"use client"; import { disabledStyle as t } from "../../../design/designFunctions/disabledStyle/disableStyle.js"; import { styled as e } from "styled-components"; const r = e.button` border: none; background-color: transparent; cursor: pointer; padding: 0; color: inherit; text-decoration: none; ${(o) => o.disabled && t} `; r.displayName = "RawButton"; export { r as default };