UNPKG

@renegade-fi/react

Version:
7 lines 246 B
type WasmContextValue = { isInitialized: boolean; }; export declare const WasmContext: import("react").Context<WasmContextValue | undefined>; export declare function useWasmInitialized(): boolean; export {}; //# sourceMappingURL=wasm.d.ts.map