/*
* Copyright (c) Huawei Device Co., Ltd. 2024-2025. All rights reserved.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export type { TConfigArg } from './src/main/ets/service/model/TConfigArg';
export type { TSRemoteApi } from './src/main/ets/service/api/TSRemoteApi';
export type { TSCurrentThemeApi } from './src/main/ets/service/api/TSCurrentThemeApi';
export { TSManager } from './src/main/ets/TSManager';
export { TARGET_LOCK } from './src/main/ets/event/TSTypes';
export type { TargetType, Qualifier } from './src/main/ets/event/TSTypes';
export { TsEventId } from './src/main/ets/event/TsEventId';
export { TsEvent } from './src/main/ets/event/TsEvent';
export { ThemeActivationTarget, ThemeOwnershipType, ThemePathConstant } from './src/main/ets/event/TsConstant';
export { EventEmitter } from './src/main/ets/base/EventEmitter';
export { WallPaper, WallPaperInfo, TWallpaperType} from './src/main/ets/service/model/WallPaper'