UNPKG

@eccenca/gui-elements

Version:

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

18 lines (17 loc) 578 B
import { Classes as BlueprintClasses } from "@blueprintjs/core"; import * as Skeleton from "./components/Skeleton/classnames"; import * as TypographyClassNames from "./components/Typography/classnames"; declare const ClassNames: { Blueprint: typeof BlueprintClasses; Intent: { [key: string]: string; }; Skeleton: typeof Skeleton; Typography: typeof TypographyClassNames; }; export * from "./configuration/constants"; export * from "./common"; export * from "./components"; export * from "./extensions"; export * from "./cmem"; export { ClassNames };