Media Library component?

where can i find media library component and call it in custom plugin? Im trying to pull image url from media library but cant find media component, if anyone knows where and how to use please let me know.

This topic has been created from a Discord post (1253689360801468537) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Hi, you can see how it was done in other plugins. Long story short, there is strapi/helper-plugin and you can use hook useLibrary

<@1055738122060693575> are there any types for media library? in writing it in typescript. Thank you for your example it helped alot