UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

12 lines (11 loc) 261 B
/// <reference types="react" /> export interface DataTableProps { data: any[]; ignore?: string[]; caption?: string; dividersX?: boolean; dividersY?: boolean; sortable?: boolean; className?: string; style?: React.CSSProperties; }