// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

#include <pch.h>
#include "XamlFeatures.h"

namespace Microsoft::ReactNative {

TriBit g_HasActualSizeProperty{TriBit::Undefined};

} // namespace Microsoft::ReactNative
