@fluid-topics/ft-typography
Version:
Typography components
14 lines (13 loc) • 625 B
JavaScript
export var FtTypographyVariants;
(function (FtTypographyVariants) {
FtTypographyVariants["title"] = "title";
FtTypographyVariants["title_dense"] = "title-dense";
FtTypographyVariants["subtitle1"] = "subtitle1";
FtTypographyVariants["subtitle2"] = "subtitle2";
FtTypographyVariants["body1"] = "body1";
FtTypographyVariants["body2"] = "body2";
FtTypographyVariants["caption"] = "caption";
FtTypographyVariants["breadcrumb"] = "breadcrumb";
FtTypographyVariants["overline"] = "overline";
FtTypographyVariants["button"] = "button";
})(FtTypographyVariants || (FtTypographyVariants = {}));