UNPKG

@clubmed/trident-ui

Version:

Shared ClubMed React UI components

7 lines (6 loc) 170 B
export declare const CardBackgroundContext: import('react').Context<{ hasImage: boolean; }>; export declare function useCardBackground(): { hasImage: boolean; };