export interface INavbarEmits { /** 点击导航栏左边 */ (e: 'leftClick'): void /** 点击导航栏右边 */ (e: 'rightClick'): void }