UNPKG

mod-arch-shared

Version:

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

11 lines 634 B
export { default as CollapsibleSection } from './CollapsibleSection'; export { default as DividedGallery } from './DividedGallery'; export { default as DividedGalleryItem } from './DividedGalleryItem'; export { default as HeaderIcon } from './HeaderIcon'; export { default as InfoGalleryItem } from './InfoGalleryItem'; export { default as ScrolledGallery } from './ScrolledGallery'; export { default as TitleWithIcon } from './TitleWithIcon'; export { default as TypeBorderedCard } from './TypeBorderedCard'; export { default as TypedObjectIcon } from './TypedObjectIcon'; export * from './utils'; //# sourceMappingURL=index.d.ts.map