mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-14 04:01:35 +00:00
5 lines
183 B
TypeScript
5 lines
183 B
TypeScript
/** Host half of the browser-only attachment presentation plugin. */
|
|
|
|
/** No host-side behavior; the client half registers the React slot entries. */
|
|
export function apply(): void {}
|