UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

6 lines (5 loc) 158 B
export type CardContextValue = { isNested?: boolean; }; declare const CardContext: import("react").Context<CardContextValue>; export default CardContext;