UNPKG

quill

Version:

Your powerful, rich text editor

11 lines (10 loc) 304 B
import Embed from '../blots/embed.js'; declare class Formula extends Embed { static blotName: string; static className: string; static tagName: string; static create(value: string): Element; static value(domNode: Element): string | null; html(): string; } export default Formula;