@expofp/floorplan
Version:
Interactive floor plan library for expos and events
6 lines • 366 B
TypeScript
import { ScrollableRowProps } from '@expofp/ui';
import React from 'react';
type ScrollableRowContainerProps = Omit<ScrollableRowProps, 'leftAriaLabel' | 'rightAriaLabel' | 'isRtl'>;
declare const ScrollableRowContainer: React.FunctionComponent<ScrollableRowContainerProps>;
export default ScrollableRowContainer;
//# sourceMappingURL=ScrollableRowContainer.d.ts.map