UNPKG

@ui-tars/shared

Version:
10 lines (8 loc) 175 B
/** * Copyright (c) 2025 Bytedance, Inc. and its affiliates. * SPDX-License-Identifier: Apache-2.0 */ declare enum ShareVersion { V1 = "v1" } export { ShareVersion };