UNPKG

@artsy/palette-tokens

Version:

The design tokens for Artsy's palette

8 lines (7 loc) 181 B
export { TextVariant } from "./v3"; export interface TextTreatment { fontSize: string; lineHeight: string; letterSpacing?: string; fontWeight?: "normal" | "bold"; }