UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

9 lines (8 loc) 220 B
/** * Row-level context for Table.Tr → Table.Td communication */ type TableTrContextProps = { highlight?: boolean; }; export declare const TableTrContext: import("react").Context<TableTrContextProps>; export {};