first commit
This commit is contained in:
11
public/assets/quill-delta/dist/Op.d.ts
vendored
Normal file
11
public/assets/quill-delta/dist/Op.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import AttributeMap from './AttributeMap';
|
||||
interface Op {
|
||||
insert?: string | Record<string, unknown>;
|
||||
delete?: number;
|
||||
retain?: number | Record<string, unknown>;
|
||||
attributes?: AttributeMap;
|
||||
}
|
||||
declare namespace Op {
|
||||
function length(op: Op): number;
|
||||
}
|
||||
export default Op;
|
||||
Reference in New Issue
Block a user