UNPKG

@payfit/unity-components

Version:

11 lines (10 loc) 489 B
import { Header } from '@tanstack/react-table'; import { ActionableProps } from '../../actionable/Actionable.js'; export interface ColumnSortHeaderProps<TData, TValue> extends ActionableProps { header: Header<TData, TValue>; } declare function ColumnSortHeader<TData, TValue>({ children, header, ...props }: ColumnSortHeaderProps<TData, TValue>): import("react/jsx-runtime").JSX.Element; declare namespace ColumnSortHeader { var displayName: string; } export { ColumnSortHeader };