5 lines
191 B
TypeScript
5 lines
191 B
TypeScript
/** Host Loader entry for the Client Remote contribution assembly. */
|
|
|
|
/** Host plugin body; the selected contributions mount only in Client environments. */
|
|
export function apply(): void {}
|