UNPKG

@donverduyn/react-runtime

Version:
7 lines (6 loc) 261 B
import type { ScopeId, DeclarationId } from '@/types'; export type DryRunContextObject = { scopeId: ScopeId; targetId: DeclarationId; }; export declare const createDryRunContextObject: (scopeId: ScopeId, targetId: DeclarationId) => DryRunContextObject;