UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

7 lines 243 B
import { Overflow } from './overflow'; export interface OverflowInternal extends Overflow { overflowContainer: HTMLElement; isWidthPercentage?: boolean; isHeightPercentage?: boolean; } //# sourceMappingURL=overflowInternal.d.ts.map