mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
added height, toolbarlocation, readonly properties in config object
This commit is contained in:
Vendored
+3
@@ -573,6 +573,9 @@ declare module CKEDITOR {
|
||||
startupFocus?: boolean;
|
||||
on?: any;
|
||||
extraPlugins?: string;
|
||||
height?: string | number;
|
||||
toolbarLocation?: string;
|
||||
readOnly?: boolean;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user