export interface PropsScrollbar {
    maxHeight?: number;
    width?: string;
}
