UNPKG

@tonyfreed/card-core

Version:

Core components and types for Ildex card system

10 lines 330 B
/** * useCardContextValue Hook * Creates the context value for the card provider */ import type { CardContextValue } from '../types'; /** * Custom hook that creates the context value */ export declare const useCardContextValue: (state: any, actions: any) => CardContextValue; //# sourceMappingURL=useCardContextValue.d.ts.map