mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Vendored
+6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user