communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
12 lines • 435 B
TypeScript
/// <reference types="react" />
import { IStyle } from '@fluentui/react';
/**
* Component to display elements horizontally in a scrollable container
* @private
*/
export declare const ScrollableHorizontalGallery: (props: {
horizontalGalleryElements?: JSX.Element[];
onFetchTilesToRender?: (indexes: number[]) => void;
containerStyles?: IStyle;
}) => JSX.Element;
//# sourceMappingURL=ScrollableHorizontalGallery.d.ts.map