
package.formats.script.d.ts Maven / Gradle / Ivy
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;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy