Skip to content
On this page

Home > @plaidev/karte-action-sdk > TEXT_VARIANTS

TEXT_VARIANTS variable

Signature:

typescript
TEXT_VARIANTS: {
    size: {
        extra_small: {
            fontSize: string;
            lineHeight: number;
            fontWeight: string;
        };
        small: {
            fontSize: string;
            lineHeight: number;
            fontWeight: string;
        };
        medium: {
            fontSize: string;
            lineHeight: number;
            fontWeight: string;
        };
        large: {
            fontSize: string;
            lineHeight: number;
            fontWeight: string;
        };
        extra_large: {
            fontSize: string;
            lineHeight: number;
            fontWeight: string;
        };
        heading_extra_small: {
            fontSize: string;
            lineHeight: number;
            fontWeight: string;
        };
        heading_small: {
            fontSize: string;
            lineHeight: number;
            fontWeight: string;
        };
        heading_medium: {
            fontSize: string;
            lineHeight: number;
            fontWeight: string;
        };
        heading_large: {
            fontSize: string;
            lineHeight: number;
            fontWeight: string;
        };
        heading_extra_large: {
            fontSize: string;
            lineHeight: number;
            fontWeight: string;
        };
    };
}