alinea
Version:
Headless git-based CMS
8 lines (7 loc) • 314 B
TypeScript
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;