first commit
This commit is contained in:
11
public/assets/quill/formats/bold.d.ts
vendored
Normal file
11
public/assets/quill/formats/bold.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import Inline from '../blots/inline.js';
|
||||
declare class Bold extends Inline {
|
||||
static blotName: string;
|
||||
static tagName: string[];
|
||||
static create(): HTMLElement;
|
||||
static formats(): boolean;
|
||||
optimize(context: {
|
||||
[key: string]: any;
|
||||
}): void;
|
||||
}
|
||||
export default Bold;
|
||||
Reference in New Issue
Block a user