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.

7 lines (6 loc) 258 B
'use client'; export { default } from "./Stepper.js"; export { default as stepperClasses } from "./stepperClasses.js"; export * from "./stepperClasses.js"; export { default as StepperContext } from "./StepperContext.js"; export * from "./StepperContext.js";