export interface ISiderState { collapsed?: boolean; below: boolean; belowShow?: boolean; }