export interface stateProps { width?: number; [key: string]: any; } export interface ProFooterProps { visible?: boolean; zIndex?: number; sideDom?: string; contentDom?: string; [key: string]: any; }