UNPKG

@eccenca/gui-elements

Version:

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

17 lines 679 B
import { Classes as BlueprintClasses } from "@blueprintjs/core"; import { ClassNames as IntentClassNames } from "./common/Intent/index.js"; import * as Skeleton from "./components/Skeleton/classnames.js"; import * as TypographyClassNames from "./components/Typography/classnames.js"; var ClassNames = { Blueprint: BlueprintClasses, Intent: IntentClassNames, Skeleton: Skeleton, Typography: TypographyClassNames, }; export * from "./configuration/constants.js"; export * from "./common/index.js"; export * from "./components/index.js"; export * from "./extensions/index.js"; export * from "./cmem/index.js"; export { ClassNames }; //# sourceMappingURL=index.js.map