Preview:```ts
import React from "react"
const TypographyDefaultMapping = {
h1: "h1",
h2: "h2",
h3: "h3",
"body-medium": "span",
label: "span",
} as const
export type TypographyVariants =
keyof typeof TypographyDefaultMapping
type Tags = keyof HTMLElementTagNameMap
...```
You can choose specific lines to embed by selecting them before copying the link.