first commit
This commit is contained in:
10
public/assets/quill/formats/formula.d.ts
vendored
Normal file
10
public/assets/quill/formats/formula.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user