UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

8 lines 417 B
import { StripedRowsInternal } from '../../types/stripedRowsInternal'; import { ActiveTable } from '../../activeTable'; export declare class StripedRows { private static readonly DEFAULT_PROPERTIES; static setRowStyle(rowElement: HTMLElement, index: number, stripedRows: StripedRowsInternal): Partial<CSSStyleDeclaration>; static process(at: ActiveTable): void; } //# sourceMappingURL=stripedRows.d.ts.map