import { CLASSPREFIX as eccgui } from "../../configuration/constants";

// helper classes
export const NOOVERFLOW = eccgui + "-typography--nooverflow";
export const FORCELINEBREAK = eccgui + "-typography--forcelinebreak";
export const PREVENTLINEBREAK = eccgui + "-typography--preventlinebreak";
export const NOSCROLLBARSONCHILDREN = eccgui + "-typography--noscrollbarsonchildren";
export const LARGE = eccgui + "-typography--large";
export const SMALL = eccgui + "-typography--small";
export const MUTED = eccgui + "-typography--muted";
export const DISABLED = eccgui + "-typography--disabled";
