/** * Copyright (c) 2014-present, Facebook, Inc. * All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ // NOTE: this file is auto-copied from https://github.com/facebook/css-layout // @generated SignedSource<<a53da9b13bd6e7b03fd743adf0e536b3>> package com.facebook.csslayout; public enum CSSPositionType { RELATIVE, ABSOLUTE, }