UNPKG

use-mutable-source

Version:

Minimal and elegant way to integrate any library with React

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