UNPKG

gridjs

Version:

Advanced table plugin

8 lines (7 loc) 276 B
import { h, JSX } from 'preact'; import { CSSDeclaration, TColumn } from '../../types'; export declare function TH(props: { index: number; column: TColumn; style?: CSSDeclaration; } & Omit<JSX.HTMLAttributes<HTMLTableCellElement>, 'style'>): h.JSX.Element;