@mui/joy
Version:
Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.
14 lines (13 loc) • 307 B
TypeScript
import { Theme } from '../styles/types';
/**
*
* Demos:
*
* - [Box](https://mui.com/joy-ui/react-box/)
*
* API:
*
* - [Box API](https://mui.com/joy-ui/api/box/)
*/
declare const Box: import("@mui/types").OverridableComponent<import("@mui/system").BoxTypeMap<{}, "div", Theme>>;
export default Box;