@mui/material
Version:
Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.
7 lines • 490 B
TypeScript
import { Theme } from "../styles/createTheme.js";
declare const memoTheme: (styleFn: (props: {
theme: Theme;
}) => import("@mui/styled-engine").CSSInterpolation) => (props: {
theme: Theme;
}) => string | number | boolean | import("@mui/styled-engine").CSSObject | import("@mui/styled-engine").ComponentSelector | import("@mui/styled-engine").Keyframes | import("@mui/styled-engine").SerializedStyles | import("@mui/styled-engine").ArrayCSSInterpolation | null;
export default memoTheme;