// Copyright (C) 2016 The Qt Company Ltd. // Copyright (c) Meta Platforms, Inc. and affiliates. // // SPDX-License-Identifier: MIT #include const YGValue YGValueZero = {0, YGUnitPoint}; const YGValue YGValueUndefined = {YGUndefined, YGUnitUndefined}; const YGValue YGValueAuto = {YGUndefined, YGUnitAuto};