mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
docs(projects): update README.md
ISSUES CLOSED: \
This commit is contained in:
2
src/typings/system.d.ts
vendored
2
src/typings/system.d.ts
vendored
@@ -211,7 +211,7 @@ declare namespace Theme {
|
||||
/** 菜单样式 */
|
||||
interface Menu {
|
||||
/** 水平模式的菜单的位置 */
|
||||
horizontalPosition: HorizontalMenuPosition;
|
||||
horizontalPosition: EnumType.ThemeHorizontalMenuPosition;
|
||||
/** 水平模式的菜单的位置列表 */
|
||||
horizontalPositionList: HorizontalMenuPositionList[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user