mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 17:46:06 +00:00
refactor: eslint and prettier conflict will be resolved and formatted
This commit is contained in:
Vendored
+2
-5
@@ -7,11 +7,8 @@ interface Window {
|
||||
|
||||
declare namespace YT {
|
||||
class Player {
|
||||
constructor(
|
||||
elementId: string | HTMLElement | null,
|
||||
options?: PlayerOptions
|
||||
);
|
||||
|
||||
constructor(elementId: string | HTMLElement | null, options?: PlayerOptions);
|
||||
|
||||
playVideo(): void;
|
||||
pauseVideo(): void;
|
||||
stopVideo(): void;
|
||||
|
||||
Reference in New Issue
Block a user