fix: 修正types提示错误

This commit is contained in:
hongxinzz
2022-10-10 09:51:26 +08:00
parent 232a0f5396
commit ef3e006859

View File

@@ -45,8 +45,8 @@ interface AppState {
title: string
userInfo: string
isDark: boolean
currentSize: ElememtPlusSize
sizeMap: ElememtPlusSize[]
currentSize: ElementPlusSize
sizeMap: ElementPlusSize[]
mobile: boolean
footer: boolean
theme: ThemeTypes