import { ISlickTable } from "./ISlickTable"; export type IObserver = (table: ISlickTable) => void;