UNPKG

use-mutable-source

Version:

Minimal and elegant way to integrate any library with React

5 lines (4 loc) 230 B
import type * as client from './client'; export declare const useSource: typeof client.useSource; export declare const usePureSource: typeof client.usePureSource; export declare const withContract: typeof client.withContract;