UNPKG

@kietpt2003/react-native-core-ui

Version:
13 lines 952 B
import React from 'react'; import { BottomSheetGalleryProps } from './types/GalleryBottomSheetTypes'; /** * A bottom sheet component for displaying a gallery of images and videos. * It allows users to select multiple assets and provides a filter for albums. * * To get more information. Please see the [Documentation](https://github.com/kietpt2003/react-native-core-ui?tab=readme-ov-file#gallerybottomsheet) * * @see: https://github.com/kietpt2003/react-native-core-ui?tab=readme-ov-file#gallerybottomsheet */ declare const GalleryBottomSheet: ({ isOpen, openHeight, closeHeight, maxHeight, headerBarColor, barIconColor, headerTitleStyle, headerTitle, headerTitleIconColor, backgroundColor, emptyGalleryMsg, emptyGalleryMsgStyle, videoIconStyle, albumItemStyle, assetType, maxSelectable, onSelectedAssetsChange, }: BottomSheetGalleryProps) => React.JSX.Element; export default GalleryBottomSheet; //# sourceMappingURL=GalleryBottomSheet.d.ts.map