first commit
This commit is contained in:
8
public/assets/quill/formats/indent.d.ts
vendored
Normal file
8
public/assets/quill/formats/indent.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { ClassAttributor } from 'parchment';
|
||||
declare class IndentAttributor extends ClassAttributor {
|
||||
add(node: HTMLElement, value: string | number): boolean;
|
||||
canAdd(node: HTMLElement, value: string): boolean;
|
||||
value(node: HTMLElement): number | undefined;
|
||||
}
|
||||
declare const IndentClass: IndentAttributor;
|
||||
export default IndentClass;
|
||||
Reference in New Issue
Block a user