Merged in chore/cleanup-unused (pull request #3461)
chore: Cleanup unused vars, exports, types * Cleanup some unused exports * Remove more * Readd CampaignPageIncludedHotelsRef * Add alias comment to procedure exports * Remove unused exports Approved-by: Linus Flood
This commit is contained in:
@@ -5,7 +5,6 @@ import {
|
||||
withTypography,
|
||||
} from "../Typography/variants"
|
||||
|
||||
import { deepmerge } from "deepmerge-ts"
|
||||
import styles from "./textLink.module.css"
|
||||
|
||||
export const config = {
|
||||
@@ -33,7 +32,3 @@ const textLinkConfig = {
|
||||
} as const
|
||||
|
||||
export const variants = cva(styles.textLink, withTypography(textLinkConfig))
|
||||
|
||||
export function withTextLink<T>(config: T) {
|
||||
return deepmerge(textLinkConfig, config)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user