UNPKG

519 BTypeScriptView Raw
1import { AnyEntry } from "./entry.js";
2export declare const parentEntrySlot: {
3 readonly id: string;
4 hasValue(): boolean;
5 getValue(): AnyEntry | undefined;
6 withValue<TResult, TArgs extends any[], TThis = any>(value: AnyEntry | undefined, callback: (this: TThis, ...args: TArgs) => TResult, args?: TArgs | undefined, thisArg?: TThis | undefined): TResult;
7};
8export declare function nonReactive<R>(fn: () => R): R;
9export { bind as bindContext, noContext, setTimeout, asyncFromGen, } from "@wry/context";
10
\No newline at end of file