export type OptionListCallbacks = { getTitle?: (option: TOption) => string; getValue?: (option: TOption) => TValue; getContentDOM?: ((option: TOption) => HTMLElement); };