1 | import { AnyEntry } from "./entry.js";
|
2 | export 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 | };
|
8 | export declare function nonReactive<R>(fn: () => R): R;
|
9 | export { bind as bindContext, noContext, setTimeout, asyncFromGen, } from "@wry/context";
|
10 |
|
\ | No newline at end of file |