mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-14 12:09:04 +08:00
Merge pull request #16583 from MazeChaZer/patch-1
@types/ckeditor: Allow all HTML elements for CKEDITOR.appendTo()
This commit is contained in:
2
types/ckeditor/index.d.ts
vendored
2
types/ckeditor/index.d.ts
vendored
@@ -77,7 +77,7 @@ declare namespace CKEDITOR {
|
||||
function addCss(css: string): void;
|
||||
function addTemplate(name: string, source: string): template;
|
||||
function appendTo(element: string, config?: config, data?: string): editor;
|
||||
function appendTo(element: HTMLTextAreaElement, config?: config, data?: string): editor;
|
||||
function appendTo(element: HTMLElement, config?: config, data?: string): editor;
|
||||
function domReady(): void;
|
||||
function dialogCommand(dialogName: string): void;
|
||||
function editorConfig(config: config): void;
|
||||
|
||||
Reference in New Issue
Block a user