mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
fix(prosemirror-model): schema.marks typo
This commit is contained in:
committed by
GitHub
parent
7b2a31abb1
commit
9dfbef2209
2
types/prosemirror-model/index.d.ts
vendored
2
types/prosemirror-model/index.d.ts
vendored
@@ -1323,7 +1323,7 @@ export class Schema<N extends string = any, M extends string = any> {
|
||||
/**
|
||||
* A map from mark names to mark type objects.
|
||||
*/
|
||||
marks: { [name in M]: MarkType<Schema<N, M>> } & { [key: string]: NodeType<Schema<N, M>> };
|
||||
marks: { [name in M]: MarkType<Schema<N, M>> } & { [key: string]: MarkType<Schema<N, M>> };
|
||||
/**
|
||||
* The type of the [default top node](#model.SchemaSpec.topNode)
|
||||
* for this schema.
|
||||
|
||||
Reference in New Issue
Block a user