import type { IToolBarProps } from '../../baseComponent/toolBar/base'; export interface FootBarProps { /** 按钮子项 */ buttons?: IToolBarProps['buttons']; /** 高度 */ height?: number; /** 按钮类型 */ type?: IToolBarProps['type']; /** 点击参数 */ clickParams?: any; }