/* * @Description: * @Author: Format-qi 283810417@qq.com * @Date: 2022-05-12 15:27:52 * @LastEditors: Format-qi 283810417@qq.com * @LastEditTime: 2022-08-02 17:18:26 */ export interface DropMenu { onClick?: Fn; to?: string; icon?: string; iconSize?: number; iconColor?: string; textColor?: string; event: string | number; text: string; disabled?: boolean; divider?: boolean; }