UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

5 lines (4 loc) 299 B
import React from 'react'; import type { TableTrProps } from '../TableTr'; export type TableNavigationHeadProps = TableTrProps & React.TableHTMLAttributes<HTMLTableRowElement>; export declare function TableNavigationHead(allProps: TableNavigationHeadProps): import("react/jsx-runtime").JSX.Element;