UNPKG

quill

Version:

Your powerful, rich text editor

9 lines (8 loc) 306 B
import Inline from '../blots/inline.js'; declare class Script extends Inline { static blotName: string; static tagName: string[]; static create(value: 'super' | 'sub' | (string & {})): HTMLElement; static formats(domNode: HTMLElement): "super" | "sub" | undefined; } export default Script;