Skip to content

Commit

Permalink
Forward type config for documents
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed Oct 25, 2023
1 parent b42c3af commit 6727b44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/Document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export function document<Definition extends TypeDefinition>(
icon: IcRoundShare
}
})
)
),
[Meta]: definition[Meta]
} as any) as any
}

0 comments on commit 6727b44

Please sign in to comment.