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