@blinkk/editor
Version:
Structured content editor with live previews.
9 lines (8 loc) • 319 B
TypeScript
import { TemplateResult } from '@blinkk/selective-edit';
import { ContentSectionPart } from './section';
import { LiveEditor } from '../../editor';
export declare class MediaPart extends ContentSectionPart {
get label(): string;
get section(): string;
templateContent(editor: LiveEditor): TemplateResult;
}