/** * Represents an event which uses the `TablesorterConfigurationStore` for processing. */ export type ConfigEventMap = /** * Indicates the `filterInit`-event. */ | "filterInit" /** * Indicates the `filterEnd`-event. */ | "filterEnd";