From 6727b4460de95f13a2d21ac7d2f63bdb11a13ae5 Mon Sep 17 00:00:00 2001 From: Ben Merckx Date: Wed, 25 Oct 2023 11:16:41 +0200 Subject: [PATCH] Forward type config for documents --- src/core/Document.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/Document.ts b/src/core/Document.ts index a53a0e68f..25bae31d2 100644 --- a/src/core/Document.ts +++ b/src/core/Document.ts @@ -34,6 +34,7 @@ export function document( icon: IcRoundShare } }) - ) + ), + [Meta]: definition[Meta] } as any) as any }