export type { ScrollbarDirection } from 'element-plus'; export interface ContentInsufficientEvent { vertical: boolean; horizontal: boolean; }