UNPKG

alinea

Version:
8 lines (7 loc) 314 B
import type { RootData } from 'alinea/core/Root'; import type { EntryEditor } from '../atoms/EntryEditorAtoms.js'; export interface MediaExplorerProps { editor?: EntryEditor; root?: RootData; } export declare function MediaExplorer({ editor }: MediaExplorerProps): import("react/jsx-runtime").JSX.Element;