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 }