mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-19 13:41:19 +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 {
|
||||
match?: NodeMatch[]
|
||||
match?: NodeMatch | NodeMatch[]
|
||||
min?: number
|
||||
max?: number
|
||||
}
|
||||
|
Reference in New Issue
Block a user