This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
import{MenuTheme}from'antd/es/menu/MenuContext';
exporttypeContentWidth='Fluid'|'Fixed';
exportinterfaceDefaultSettings{
/**
* theme for nav menu
*/
navTheme: MenuTheme;
/**
* primary color of ant design
*/
primaryColor: string;
/**
* nav menu position: `sidemenu` or `topmenu`
*/
layout:'sidemenu'|'topmenu';
/**
* layout of content: `Fluid` or `Fixed`, only works when layout is topmenu