UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

6 lines (5 loc) 150 B
type TableThContextProps = { reversed?: boolean; }; export declare const TableThContext: import("react").Context<TableThContextProps>; export {};