UNPKG

@hitachivantara/uikit-react-core

Version:
23 lines (22 loc) 568 B
import { theme } from "@hitachivantara/uikit-styles"; import { createClasses } from "@hitachivantara/uikit-react-utils"; //#region src/BreadCrumb/BreadCrumb.styles.tsx var { staticClasses, useClasses } = createClasses("HvBreadCrumb", { root: { display: "flex", alignItems: "center", zIndex: 0 }, link: {}, orderedList: { display: "flex", paddingLeft: 0, marginLeft: `-${theme.space.xs}` }, currentPage: { padding: `8px ${theme.space.xs}` }, centerContainer: {}, separatorContainer: {}, a: {} }); //#endregion export { staticClasses, useClasses };