UNPKG

primereact

Version:

A rich set of premium UI Components for React.

25 lines (24 loc) 1.52 kB
export * from './Gallery.context'; export * as Gallery from './Gallery.parts'; export * as GalleryProps from './Gallery.props'; export { defaultBackdropProps, GalleryBackdrop } from './backdrop'; export { defaultContentProps, GalleryContent } from './content'; export { defaultDownloadProps, GalleryDownload } from './download'; export { defaultFlipXProps, GalleryFlipX } from './flipx'; export { defaultFlipYProps, GalleryFlipY } from './flipy'; export { defaultFooterProps, GalleryFooter } from './footer'; export { defaultFullScreenProps, GalleryFullScreen } from './fullscreen'; export { defaultHeaderProps, GalleryHeader } from './header'; export { defaultItemProps, GalleryItem } from './item'; export { defaultNextProps, GalleryNext } from './next'; export { defaultPrevProps, GalleryPrev } from './prev'; export { defaultRootProps, GalleryRoot } from './root'; export { defaultRotateLeftProps, GalleryRotateLeft } from './rotateleft'; export { defaultRotateRightProps, GalleryRotateRight } from './rotateright'; export { defaultThumbnailProps, GalleryThumbnail } from './thumbnail'; export { defaultThumbnailContentProps, GalleryThumbnailContent } from './thumbnailcontent'; export { defaultThumbnailItemProps, GalleryThumbnailItem } from './thumbnailitem'; export { defaultZoomInProps, GalleryZoomIn } from './zoomin'; export { defaultZoomOutProps, GalleryZoomOut } from './zoomout'; export { defaultZoomToggleProps, GalleryZoomToggle } from './zoomtoggle'; export type * from '@primereact/types/primitive/gallery';