@codesandbox/sdk
Version:
The CodeSandbox SDK
8 lines (7 loc) • 429 B
TypeScript
import type { BaseMessageToPreview, BaseMessageFromPreview, InjectFunction } from "./types";
/**
* Be very, very careful when editing this function.
* Before it is called, this function is stringified, then evaled inside the Preview iFrame.
* Referencing ANY variables outside of this function will not work.
*/
export declare const injectAndInvokeInsidePreview: InjectFunction<BaseMessageToPreview, BaseMessageFromPreview>;