expose more than just the Documentation component
shanejonas opened this issue ยท 1 comments
shanejonas commented
Describe the feature you would like in detail
I'd like individually to use the composed pieces of the <Documentation />
component.
Additional details
It currently index.ts
only exports default Documentation
. In addition to that, I would like it to export each component so it can be used as is, or like this:
import { Params } from '@open-rpc/docs-react';
shanejonas commented
๐ This issue has been resolved in version 1.0.10 ๐
The release is available on:
Your semantic-release bot ๐ฆ๐