first commit
This commit is contained in:
7
public/assets/quill/formats/header.d.ts
vendored
Normal file
7
public/assets/quill/formats/header.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import Block from '../blots/block.js';
|
||||
declare class Header extends Block {
|
||||
static blotName: string;
|
||||
static tagName: string[];
|
||||
static formats(domNode: Element): number;
|
||||
}
|
||||
export default Header;
|
||||
Reference in New Issue
Block a user