/// /// export interface CKEditorExtensions extends CKEDITOR.editor { commands: { bulletedlist: CKEDITOR.command; numberedlist: CKEDITOR.command; }; }