/** * 会被注入到layer层,可以在使用的时候替换它 */ export declare const PlaygroundContext: unique symbol; export type PlaygroundContext = any; //# sourceMappingURL=playground-context.d.ts.map