9fa90f71fd54339d3ab312b86b4dc1bcbd7fd93f173434d86152d29506e7b41eb72e6649e83b480a2b54669cd3392f1a7119fd088401082f3840f2f20952fb 304 B

12345678910
  1. import Embed from '../blots/embed.js';
  2. declare class Formula extends Embed {
  3. static blotName: string;
  4. static className: string;
  5. static tagName: string;
  6. static create(value: string): Element;
  7. static value(domNode: Element): string | null;
  8. html(): string;
  9. }
  10. export default Formula;