UNPKG

@hitachivantara/uikit-react-core

Version:

Core React components for the NEXT Design System.

11 lines (10 loc) 204 B
import { ds3 } from "./ds3.js"; import { ds5 } from "./ds5.js"; import { pentahoPlus } from "./pentahoPlus.js"; const themes = { ds3, ds5, pentahoPlus }; export { ds3, ds5, pentahoPlus, themes };