UNPKG

@codesandbox/sdk

Version:
8 lines (7 loc) 429 B
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>;