import { Meta, Story, Canvas } from "@storybook/addon-docs"; import * as stories from "./typography.stories"; ```ts import { TypographyModule } from "@bitwarden/components"; ``` # Typography The `bitTypography` directive applies text styles to its host element. ```html