export interface ListOption { belong?: string; slot?: string; content?: T[]; [key: string]: any; } export interface Props { belong?: string; content?: string; }