UNPKG

modulo-editor

Version:

A flexible and extensible block-based editor for React applications

9 lines (8 loc) 164 B
export interface EmbedData { url: string; caption?: string; width?: string; height?: string; type?: string; config?: Record<string, any>; }