UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

22 lines 856 B
/// <reference types="react" /> import { HorizontalGalleryStyles } from '../HorizontalGallery'; import { VerticalGalleryStyles } from '../VerticalGallery'; import { OverflowGalleryPosition } from '../VideoGallery'; /** * A ResponsiveHorizontalGallery styled for the {@link VideoGallery} * * @private */ export declare const OverflowGallery: (props: { shouldFloatLocalVideo?: boolean; onFetchTilesToRender?: (indexes: number[]) => void; isNarrow?: boolean; isShort?: boolean; overflowGalleryElements?: JSX.Element[]; horizontalGalleryStyles?: HorizontalGalleryStyles; verticalGalleryStyles?: VerticalGalleryStyles; overflowGalleryPosition?: OverflowGalleryPosition; onChildrenPerPageChange?: (childrenPerPage: number) => void; parentWidth?: number; }) => JSX.Element; //# sourceMappingURL=OverflowGallery.d.ts.map