UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

11 lines (10 loc) 234 B
/** * MSKCC DSM 2021, 2023 */ /// <reference types="react" /> interface TableContextType { titleId?: string; descriptionId?: string; } export declare const TableContext: import("react").Context<TableContextType>; export {};