UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

7 lines 254 B
import { ActiveTable } from '../../../activeTable'; export declare class ErrorElement { static create(): HTMLDivElement; static display(at: ActiveTable): void; static remove(at: ActiveTable): void; } //# sourceMappingURL=errorElement.d.ts.map