UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

6 lines 257 B
export type OuterContentPosition = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'; export interface OuterContainers { top?: HTMLElement; bottom?: HTMLElement; } //# sourceMappingURL=outerContainer.d.ts.map