UNPKG

@lens-protocol/react

Version:

Interacting with the Lens Protocol API using React.

8 lines (7 loc) 306 B
/** * Returns the {@link IStorageProvider} or {@link IObservableStorageProvider} instance defined in LensConfig. * * @category Misc * @group Hooks */ export declare function useStorage(): import("@lens-protocol/storage").IStorageProvider | import("@lens-protocol/storage").IObservableStorageProvider;