UNPKG

@sitecore/sc-contenthub-blok

Version:

A UI library for [Sitecore Content Hub](https://doc.sitecore.com/ch/).

8 lines 332 B
import { SxProps } from "@mui/material"; import * as colors from "@mui/material/colors"; export type { SxProps }; export { colors }; export * from "@mui/material"; export * from "@mui/material/styles"; export type AlertColor = "success" | "info" | "warning" | "error" | "neutral" | "ai"; //# sourceMappingURL=CoreComponents.d.ts.map