UNPKG

@hitachivantara/uikit-react-lab

Version:

Contributed React components to UI Kit by the community.

22 lines (21 loc) 566 B
import { createClasses } from "@hitachivantara/uikit-react-core"; import { theme as theme$1 } from "@hitachivantara/uikit-styles"; //#region src/Wizard/WizardActions/WizardActions.styles.tsx var { staticClasses, useClasses } = createClasses("HvWizardActions", { actionsContainer: {}, buttonWidth: { width: 120, "& span": { whiteSpace: "normal", lineHeight: theme$1.lineHeights.sm } }, buttonsContainer: { display: "flex", alignItems: "center", gap: theme$1.space.xs }, buttonSpacing: {} }); //#endregion export { staticClasses, useClasses };