UNPKG

@tonyfreed/card-core

Version:

Core components and types for Ildex card system

9 lines 288 B
/** * Hooks * Custom React hooks for the card system */ export { useCard } from './useCard'; export { useThemeCSS } from './useThemeCSS'; export { useCardActions } from './useCardActions'; export { useCardContextValue } from './useCardContextValue'; //# sourceMappingURL=index.d.ts.map