UNPKG

@tonyfreed/card-core

Version:

Core components and types for Ildex card system

10 lines 323 B
/** * Ildex Card Core - Simplified Main Export File * Core components and types for the Ildex card system */ export { CardProvider } from './CardProvider'; export { useCard } from './hooks'; export * from './types'; export * from './sections'; export { defaultTheme } from './themes'; //# sourceMappingURL=index.d.ts.map