UNPKG

@tonyfreed/card-core

Version:

Core components and types for Ildex card system

9 lines 287 B
/** * Sections Exports * Export all section components and types */ export * from './profile/ProfileSection'; export * from './links/LinksSection'; export * from './language-selector/LanguageSelectorSection'; export * from './footer/FooterSection'; //# sourceMappingURL=index.d.ts.map