1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-20 14:11:35 +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 { export interface ChildValidation {
match?: NodeMatch[] match?: NodeMatch | NodeMatch[]
min?: number min?: number
max?: number max?: number
} }