UNPKG

gridjs

Version:

Advanced table plugin

7 lines (6 loc) 164 B
import { h } from 'preact'; export declare function MessageRow(props: { message: string; colSpan?: number; className?: string; }): h.JSX.Element;