UNPKG

@hitachivantara/uikit-react-lab

Version:

Contributed React components for the NEXT UI Kit.

11 lines (10 loc) 273 B
import { createClasses, theme } from "@hitachivantara/uikit-react-core"; const { staticClasses, useClasses } = createClasses("HvFlowMinimap", { root: { "&.react-flow__minimap": { backgroundColor: theme.colors.atmo2 } } }); export { staticClasses, useClasses };