interface_sdk-js/kits/@kit.MediaLibraryKit.d.ts
zhouwenjun1031 d64d0c8271 Picker view化接口放置MediaLibraryKit下
Signed-off-by: zhouwenjun1031 <zhouwenjun6@huawei.com>
2024-07-02 15:18:08 +08:00

38 lines
1.6 KiB
TypeScript

/*
* Copyright (c) 2022-2023 Huawei Device Co., Ltd.
* 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.
*/
/**
* @file
* @kit MediaLibraryKit
*/
import photoAccessHelper from '@ohos.file.photoAccessHelper';
import { MovingPhotoView, MovingPhotoViewController, MovingPhotoViewAttribute } from '@ohos.multimedia.movingphotoview';
import { AlbumPickerComponent, AlbumPickerOptions, AlbumInfo } from '@ohos.file.AlbumPickerComponent';
import {
PhotoPickerComponent, PickerController, PickerOptions,
DataType, ItemInfo, PhotoBrowserInfo, AnimatorParams,
MaxSelected, ItemType, ClickType, PickerOrientation,
SelectMode, PickerColorMode, ReminderMode, MaxCountType
} from '@ohos.file.PhotoPickerComponent';
export {
photoAccessHelper, MovingPhotoView, MovingPhotoViewController, MovingPhotoViewAttribute,
PhotoPickerComponent, PickerController, PickerOptions,
DataType, ItemInfo, PhotoBrowserInfo, AnimatorParams,
MaxSelected, ItemType, ClickType, PickerOrientation,
SelectMode, PickerColorMode, ReminderMode, MaxCountType,
AlbumPickerComponent, AlbumPickerOptions, AlbumInfo
};