UNPKG

mod-arch-shared

Version:

Shared UI components and utilities for modular architecture micro-frontend projects

8 lines 282 B
import * as React from 'react'; type ScrolledGalleryProps = { count: number; childWidth: string; } & React.HTMLProps<HTMLDivElement>; declare const ScrolledGallery: React.FC<ScrolledGalleryProps>; export default ScrolledGallery; //# sourceMappingURL=ScrolledGallery.d.ts.map