UNPKG

@eccenca/gui-elements

Version:

GUI elements based on other libraries, usable in React application, written in Typescript.

11 lines 620 B
import { CLASSPREFIX as eccgui } from "../../configuration/constants.js"; // helper classes export var NOOVERFLOW = eccgui + "-typography--nooverflow"; export var FORCELINEBREAK = eccgui + "-typography--forcelinebreak"; export var PREVENTLINEBREAK = eccgui + "-typography--preventlinebreak"; export var NOSCROLLBARSONCHILDREN = eccgui + "-typography--noscrollbarsonchildren"; export var LARGE = eccgui + "-typography--large"; export var SMALL = eccgui + "-typography--small"; export var MUTED = eccgui + "-typography--muted"; export var DISABLED = eccgui + "-typography--disabled"; //# sourceMappingURL=classnames.js.map