UNPKG

@payfit/unity-components

Version:

6 lines (5 loc) 203 B
export interface CardContextValue { titleId: string; } export declare const CardContext: import('react').Context<CardContextValue | null>; export declare function useCardContext(): CardContextValue;