UNPKG

@tonyfreed/card-core

Version:

Core components and types for Ildex card system

12 lines 323 B
/** * useCard Hook * Custom hook for accessing card context */ import type { CardContextValue } from '../types'; /** * useCard Hook * Provides access to the card context * @throws {Error} When used outside of CardProvider */ export declare const useCard: () => CardContextValue; //# sourceMappingURL=useCard.d.ts.map