@hitachivantara/uikit-react-lab
Version:
Contributed React components to UI Kit by the community.
14 lines (13 loc) • 493 B
JavaScript
import { staticClasses as staticClasses$1 } from "./Node/BaseNode.styles.js";
import { createClasses, theme } from "@hitachivantara/uikit-react-core";
//#region src/Flow/Flow.styles.tsx
var { staticClasses, useClasses } = createClasses("HvFlow", { root: {
height: "100%",
[`& .selected > .${staticClasses$1.root}`]: {
border: `1px solid ${theme.colors.textDisabled}`,
borderRadius: theme.radii.round,
boxSizing: "border-box"
}
} });
//#endregion
export { staticClasses, useClasses };