UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

7 lines 327 B
import { ActiveTable } from '../../../../activeTable'; type ToggleWhenData = (at: ActiveTable, isInsert: boolean) => void; export declare class ToggleAdditionElements { static update(at: ActiveTable, isInsert: boolean, toggleWhenData: ToggleWhenData): void; } export {}; //# sourceMappingURL=toggleAdditionElements.d.ts.map