Revert "Revert "Merge pull request #42 from toeverything/feat/sub-page""

This reverts commit ecc7080179.
This commit is contained in:
lawvs
2022-08-05 22:44:01 +08:00
parent ecc7080179
commit d86247d627
16 changed files with 164 additions and 63 deletions

View File

@@ -13,6 +13,7 @@ import type {
} from '@mui/material';
import {
Avatar,
Backdrop,
Box,
Button,
Checkbox,
@@ -243,3 +244,7 @@ export const MuiFade = Fade;
* @deprecated It is not recommended to use Mui directly, because the design will not refer to Mui's interaction logic.
*/
export const MuiRadio = Radio;
/**
* @deprecated It is not recommended to use Mui directly, because the design will not refer to Mui's interaction logic.
*/
export const MuiBackdrop = Backdrop;