| 1 | import type { Component } from 'grapesjs'; |
| 2 | import { memo, useEffect, useState } from 'react'; |
| 3 | import type { ReactElement, JSX } from 'react'; |
| 4 | import { useEditorInstance } from './context/EditorInstance'; |
nothing calls this directly
no test coverage detected