Merge pull request #44 from toeverything/feat/block-pendant

Feat/block pendant
This commit is contained in:
Qi
2022-08-04 16:23:00 +08:00
committed by GitHub
19 changed files with 382 additions and 279 deletions
+6
View File
@@ -51,6 +51,7 @@ import {
tooltipClasses,
Typography,
Zoom,
Fade,
} from '@mui/material';
export { alpha } from '@mui/system';
@@ -233,6 +234,11 @@ export const MuiInput = Input;
*/
export const MuiZoom = Zoom;
/**
* @deprecated It is not recommended to use Mui directly, because the design will not refer to Mui's interaction logic.
*/
export const MuiFade = Fade;
/**
* @deprecated It is not recommended to use Mui directly, because the design will not refer to Mui's interaction logic.
*/