@hitachivantara/uikit-react-lab
Version:
Contributed React components to UI Kit by the community.
6 lines (5 loc) • 319 B
JavaScript
import { createClasses, theme } from "@hitachivantara/uikit-react-core";
//#region src/Flow/Minimap/Minimap.styles.tsx
var { staticClasses, useClasses } = createClasses("HvFlowMinimap", { root: { "&.react-flow__minimap": { backgroundColor: theme.colors.bgPage } } });
//#endregion
export { staticClasses, useClasses };