@expofp/floorplan
Version:
Interactive floor plan library for expos and events
5 lines • 328 B
TypeScript
import { type DownloadListProps } from '@expofp/ui';
type DownloadListContainerProps = Omit<DownloadListProps, 'title' | 'downloadLabel'>;
declare const DownloadListContainer: import("react").FunctionComponent<DownloadListContainerProps>;
export default DownloadListContainer;
//# sourceMappingURL=DownloadListContainer.d.ts.map