-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
A clear and concise description of what the feature is
RichText blocks are completely untyped in the client, which makes them hard to use. currently they are typed over at a different strapi library, but this library is made for react: https://github.com/strapi/blocks-react-renderer
Why should this feature be included?
adding the types means it will be much easier to use them with other frameworks that aren't react, as you currently need to install a react stack just to be able to import the types.
Please provide an example for how this would work
self explanatory. just copy over the types to the client.
Starbox76 and mickaeltr