Files
web/apps/scandic-web/components/Section/Header/headingVariants.ts
Erik Tiekstra 339e7195dc fix(BOOK-436): Added new section component and deprecated the other
Approved-by: Chuma Mcphoy (We Ahead)
2025-10-13 08:31:26 +00:00

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({}))