DOCS

useStorage

Get the configured ThirdwebStorage instance

Returns

The storageInterface configured on the ThirdwebProvider

type ReturnType = undefined | ThirdwebStorage<IpfsUploadBatchOptions>;