first commit
This commit is contained in:
8
public/assets/quill/blots/break.d.ts
vendored
Normal file
8
public/assets/quill/blots/break.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { EmbedBlot } from 'parchment';
|
||||
declare class Break extends EmbedBlot {
|
||||
static value(): undefined;
|
||||
optimize(): void;
|
||||
length(): number;
|
||||
value(): string;
|
||||
}
|
||||
export default Break;
|
||||
Reference in New Issue
Block a user