@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
5 lines (4 loc) • 333 B
TypeScript
import type { TableHTMLAttributes } from 'react';
import type { TableTrProps } from '../TableTr';
export type TableNavigationHeadProps = TableTrProps & Omit<TableHTMLAttributes<HTMLTableRowElement>, 'onClick'>;
export declare function TableNavigationHead(allProps: TableNavigationHeadProps): import("react/jsx-runtime").JSX.Element;