!12284 movingphotoview组件接口接入MediaLibraryKit

Merge pull request !12284 from 大山/master
This commit is contained in:
openharmony_ci 2024-06-26 15:47:16 +00:00 committed by Gitee
commit 4b513de96e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -19,5 +19,6 @@
*/
import photoAccessHelper from '@ohos.file.photoAccessHelper';
import { MovingPhotoView, MovingPhotoViewController, MovingPhotoViewAttribute } from '@ohos.multimedia.movingphotoview';
export { photoAccessHelper };
export { photoAccessHelper, MovingPhotoView, MovingPhotoViewController, MovingPhotoViewAttribute };