8 lines
236 B
TypeScript
8 lines
236 B
TypeScript
import { cva } from "class-variance-authority"
|
|
|
|
import { withTypography } from "@scandic-hotels/design-system/Typography"
|
|
|
|
import styles from "./header.module.css"
|
|
|
|
export const headingVariants = cva(styles.heading, withTypography({}))
|