UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

5 lines 336 B
import { type DownloadListProps } from '../ui/DownloadList'; type DownloadListContainerProps = Omit<DownloadListProps, 'title' | 'downloadLabel'>; declare const DownloadListContainer: import("react").FunctionComponent<DownloadListContainerProps>; export default DownloadListContainer; //# sourceMappingURL=DownloadListContainer.d.ts.map