first commit
This commit is contained in:
5
public/assets/quill/blots/text.d.ts
vendored
Normal file
5
public/assets/quill/blots/text.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { TextBlot } from 'parchment';
|
||||
declare class Text extends TextBlot {
|
||||
}
|
||||
declare function escapeText(text: string): string;
|
||||
export { Text as default, escapeText };
|
||||
Reference in New Issue
Block a user