@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.
16 lines (15 loc) • 428 B
TypeScript
import { OverridableComponent } from '@mui/types';
import { AspectRatioTypeMap } from './AspectRatioProps';
/**
*
* Demos:
*
* - [Aspect Ratio](https://mui.com/joy-ui/react-aspect-ratio/)
* - [Skeleton](https://mui.com/joy-ui/react-skeleton/)
*
* API:
*
* - [AspectRatio API](https://mui.com/joy-ui/api/aspect-ratio/)
*/
declare const AspectRatio: OverridableComponent<AspectRatioTypeMap>;
export default AspectRatio;