mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-27 15:50:17 +08:00
feat(projects): 添加头部折叠按钮
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
export * from './enum';
|
||||
export * from './theme';
|
||||
export * from './system';
|
||||
export * from './layout';
|
||||
|
||||
9
src/interface/layout.ts
Normal file
9
src/interface/layout.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/** 全局头部属性 */
|
||||
export interface GlobalHeaderProps {
|
||||
/** 显示logo */
|
||||
showLogo: boolean;
|
||||
/** 显示头部菜单 */
|
||||
showHeaderMenu: boolean;
|
||||
/** 显示菜单折叠按钮 */
|
||||
showMenuCollape: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user