8 lines
224 B
TypeScript
8 lines
224 B
TypeScript
import { cva } from "class-variance-authority"
|
|
|
|
import { withButton } from "@scandic-hotels/design-system/Button"
|
|
|
|
import styles from "./buttonLink.module.css"
|
|
|
|
export const variants = cva(styles.buttonLink, withButton({}))
|