Current section
Files
Jump to
Current section
Files
dist/test-utils/editor/create-ui-part-html-element.d.ts
import { EditorId } from '../../src/hooks/editor/typings';
export declare function createUIPartHtmlElement({ name, editorId, }?: {
name?: string;
editorId?: EditorId;
}): HTMLElement;
//# sourceMappingURL=create-ui-part-html-element.d.ts.map