chromium/ash/webui/common/resources/personalization/wallpaper_state.ts

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

export enum FullscreenPreviewState {
  OFF = 'fullscreen_preview_off',
  LOADING = 'fullscreen_preview_loading',
  VISIBLE = 'fullscreen_preview_visible',
}