// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

#pragma once
#include <react/renderer/core/ReactPrimitives.h>

namespace Microsoft::ReactNative {

facebook::react::SurfaceId getNextRootViewTag() noexcept;

}
