UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

6 lines 155 B
import { CSSStyle } from './cssStyle'; export interface StripedRowsT { odd?: CSSStyle; even?: CSSStyle; } //# sourceMappingURL=stripedRows.d.ts.map