diff --git a/ckeditor/ckeditor.d.ts b/ckeditor/ckeditor.d.ts index 491ae01572..315f9bdf10 100644 --- a/ckeditor/ckeditor.d.ts +++ b/ckeditor/ckeditor.d.ts @@ -550,11 +550,17 @@ declare module CKEDITOR { } + interface toolbarGroups { + name?: string; + groups?: string[]; + } interface config { startupMode?: string; removeButtons?: string; + removePlugins?: string; toolbar?: any; + toolbarGroups?: toolbarGroups[]; skin?: string; language?: string; plugins?: string;