UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

7 lines 193 B
import { CSSStyle } from './cssStyle'; export interface RowHoverStyles { style: CSSStyle; header?: boolean; addNewRowButton?: boolean; } //# sourceMappingURL=rowHoverStyles.d.ts.map