UNPKG

@hitachivantara/uikit-react-core

Version:
19 lines (18 loc) 478 B
import { theme } from "@hitachivantara/uikit-styles"; import { createClasses } from "@hitachivantara/uikit-react-utils"; //#region src/Header/Brand/Brand.styles.tsx var { staticClasses, useClasses } = createClasses("HvHeaderBrand", { root: { display: "flex", alignItems: "center" }, separator: { width: 1, height: theme.space.sm, margin: theme.space.xs, backgroundColor: theme.colors.text }, brandName: {} }); //#endregion export { staticClasses, useClasses };