@kietpt2003/react-native-core-ui
Version:
React Native Core UI components by KietPT
13 lines • 952 B
TypeScript
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