UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

6 lines 375 B
import React from 'react'; import { ScrollableRowProps } from '../ui/ScrollableRow'; type ScrollableRowContainerProps = Omit<ScrollableRowProps, 'leftAriaLabel' | 'rightAriaLabel' | 'isRtl'>; declare const ScrollableRowContainer: React.FunctionComponent<ScrollableRowContainerProps>; export default ScrollableRowContainer; //# sourceMappingURL=ScrollableRowContainer.d.ts.map