Refactor(Variable): Optimize variable name
This commit is contained in:
@@ -7,6 +7,7 @@ interface LoadingMaskProps extends PropsWithChildren {
|
||||
hidden?: boolean
|
||||
maskContent?: ReactNode
|
||||
}
|
||||
|
||||
const LoadingMask = (props: LoadingMaskProps) => {
|
||||
const loadingIcon = (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user