NavigationBody.ets 278 Bytes
import { BottomNavBean } from './BottomNavBean';

/**
 * 导航Body数据
 */
export interface NavigationBody {
  backgroundColor: string;
  bottomNavList: BottomNavBean[];
  // greyBottomNav: GreyBottomNav;
  immersiveBackgroundColor: string;
  nightBackgroundColor: string;
}