UNPKG

@fluid-topics/ft-typography

Version:

Typography components

4 lines (3 loc) 196 B
import { CSSResult } from "lit"; import { typographies } from "@fluid-topics/design-system-variables"; export declare function buildDsTypographyCss(variant: keyof typeof typographies): CSSResult;