UNPKG

110 BTypeScriptView Raw
1import { ITangleContext } from "./types";
2export declare const useTangledContext: <S>() => ITangleContext<S>;