UNPKG

@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.

6 lines 234 B
export declare const version: string | undefined; export declare const major: number; export declare const minor: number; export declare const patch: number; export declare const prerelease: string | undefined; export default version;