创高项目初始化
This commit is contained in:
5
client/node_modules/quill/formats/align.d.ts
generated
vendored
Normal file
5
client/node_modules/quill/formats/align.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Attributor, ClassAttributor, StyleAttributor } from 'parchment';
|
||||
declare const AlignAttribute: Attributor;
|
||||
declare const AlignClass: ClassAttributor;
|
||||
declare const AlignStyle: StyleAttributor;
|
||||
export { AlignAttribute, AlignClass, AlignStyle };
|
||||
Reference in New Issue
Block a user