From affa581ea21b4f5578594fc91077b8e0274fe913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20K=C3=BChner?= Date: Sun, 9 May 2021 09:12:47 +0200 Subject: [PATCH] Update schema.d.ts --- schema.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/schema.d.ts b/schema.d.ts index bc1d03e..6964cd8 100644 --- a/schema.d.ts +++ b/schema.d.ts @@ -289,6 +289,11 @@ export interface Slot { * A markdown description. */ description?: string; + + /** + * A set of CSS selectors for allowable children + */ + allowedChildren?: string[]; } /**