first commit
This commit is contained in:
5
public/assets/quill/formats/align.d.ts
vendored
Normal file
5
public/assets/quill/formats/align.d.ts
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