#ifndef THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_V8_RESIZE_OBSERVER_BOX_OPTIONS_H_
#define THIRD_PARTY_BLINK_RENDERER_BINDINGS_CORE_V8_V8_RESIZE_OBSERVER_BOX_OPTIONS_H_
#include <optional>
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/platform/bindings/enumeration_base.h"
namespace blink {
class ExceptionState;
class CORE_EXPORT V8ResizeObserverBoxOptions final : public bindings::EnumerationBase { … };
inline bool operator==(const V8ResizeObserverBoxOptions& lhs, V8ResizeObserverBoxOptions::Enum rhs) { … }
inline bool operator==(V8ResizeObserverBoxOptions::Enum lhs, const V8ResizeObserverBoxOptions& rhs) { … }
}
#endif