All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.formats.formula.d.ts Maven / Gradle / Ivy

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;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy