Replies: 1 comment 1 reply
-
Howdy @mccolljr! Feels like an oversight to me, I'll convert this to an issue,. Having those types public would be helpful for anyone implementing a custom renderer |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to play around with a custom renderer plugin, but I'm noticing that the RendererPlugin type isn't exported. TypeScript complains that the type is unexported, and some digging indicates that it is exported from
renderer.d.ts
but not from theContext
index.d.ts
. Is this intentional or just an oversight?Beta Was this translation helpful? Give feedback.
All reactions