import type { IToolBarProps } from './base'; export interface ToolBarProps extends IToolBarProps { /** id */ id?: string; /** 是否显示顶部图标 */ topIcon?: boolean; }