export type TFloatWindowContextValue = {
  isFloatWindow: boolean,
};

export const FloatWindowContextKey = 'FloatWindowContextKey';
