UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 195 B
/// <reference types="react" /> export type CardWrapperContextType = { isPregTool?: boolean; }; export declare const CardWrapperContext: import("react").Context<CardWrapperContextType>;