mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-20 14:11:35 +02:00
fix: type (#3190)
This commit is contained in:
committed by
Ian Storm Taylor
parent
00826407aa
commit
0dd3d17cdb
@@ -13,7 +13,7 @@ export interface MarkRule {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface ChildValidation {
|
export interface ChildValidation {
|
||||||
match?: NodeMatch[]
|
match?: NodeMatch | NodeMatch[]
|
||||||
min?: number
|
min?: number
|
||||||
max?: number
|
max?: number
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user