export interface IUiContext {
    bodyCanBeScrolled: boolean;
    setBodyCanBeScrolled: (canBeScrolled: boolean) => void;
}
