UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

8 lines 242 B
import { CSSStyle } from './cssStyle'; export interface OuterContainerDropdownI { button: HTMLElement; element: HTMLElement; activeButtonStyle: CSSStyle; hide: () => void; } //# sourceMappingURL=outerContainerInternal.d.ts.map