/****************************************************************** * Copyright (C) 2020 LvChengbin * * File: Root/index.tsx * Author: LvChengbin * Time: 06/04/2020 * Description: ******************************************************************/ import Box, { BoxProps } from '@mui/material/Box'; export declare type RootProps = BoxProps; export default Box;