Merge pull request #185 from hongxinzz/dev

fix: 修正types提示错误
master
Archer 3 years ago committed by GitHub
commit 535755b754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save