1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-19 13:41:19 +02:00
This commit is contained in:
Ziad Beyens
2019-12-01 23:58:47 +01:00
committed by Ian Storm Taylor
parent 00826407aa
commit 0dd3d17cdb

View File

@@ -13,7 +13,7 @@ export interface MarkRule {
}
export interface ChildValidation {
match?: NodeMatch[]
match?: NodeMatch | NodeMatch[]
min?: number
max?: number
}