playhtml 2.0.7 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.d.ts CHANGED
@@ -59,7 +59,7 @@ declare interface InitOptions {
59
59
  host?: string;
60
60
  }
61
61
 
62
- declare function initPlayHTML({ room, host, }?: InitOptions): YPartyKitProvider | undefined;
62
+ declare function initPlayHTML({ room: inputRoom, host, }?: InitOptions): YPartyKitProvider | undefined;
63
63
 
64
64
  export declare const playhtml: PlayHTMLComponents;
65
65