5 lines
199 B
TypeScript
5 lines
199 B
TypeScript
/** Host loader entry for the browser implementation exported from `./client`. */
|
|
|
|
/** Host plugin body — no host-side behavior for the plugin settings section. */
|
|
export function apply(): void {}
|