declare module 'jodit/config' { interface Config { tab: { tabInsideLiInsertNewList: boolean; }; } } export {};