UNPKG

@tonyfreed/card-core

Version:

Core components and types for Ildex card system

10 lines 275 B
/** * Card Reducer * Handles state updates for the card store */ import type { CardState, CardAction } from '../types'; /** * Card reducer */ export declare const cardReducer: (state: CardState, action: CardAction) => CardState; //# sourceMappingURL=cardReducer.d.ts.map