Current section

Files

Jump to
ckeditor5_phoenix dist src hooks editor utils resolve-editor-config-elements-references.d.ts
Raw

dist/src/hooks/editor/utils/resolve-editor-config-elements-references.d.ts

/**
* Resolves element references in configuration object.
* Looks for objects with { $element: "selector" } format and replaces them with actual DOM elements.
*
* @param obj - Configuration object to process
* @returns Processed configuration object with resolved element references
*/
export declare function resolveEditorConfigElementReferences<T>(obj: T): T;
//# sourceMappingURL=resolve-editor-config-elements-references.d.ts.map