UNPKG

@hitachivantara/uikit-react-core

Version:
15 lines (14 loc) 499 B
import { theme } from "@hitachivantara/uikit-styles"; import { createClasses } from "@hitachivantara/uikit-react-utils"; //#region src/DropDownMenu/DropDownMenu.styles.tsx var { staticClasses, useClasses } = createClasses("HvDropDownMenu", { root: { flexShrink: 0, "& > div": { height: "inherit" } }, open: { boxShadow: theme.colors.shadow }, menuListRoot: { padding: theme.space.sm }, menuList: { overflowClipMargin: theme.space.sm } }); //#endregion export { staticClasses, useClasses };