mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-02 21:52:48 +00:00
chore: regenerate type declarations
This commit is contained in:
11
typings/lib/parser/contents/classes/SearchBox.d.ts
vendored
Normal file
11
typings/lib/parser/contents/classes/SearchBox.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export = SearchBox;
|
||||
declare class SearchBox {
|
||||
constructor(data: any);
|
||||
type: string;
|
||||
endpoint: NavigationEndpoint;
|
||||
search_button: any;
|
||||
clear_button: any;
|
||||
placeholder_text: Text;
|
||||
}
|
||||
import NavigationEndpoint = require("./NavigationEndpoint");
|
||||
import Text = require("./Text");
|
||||
Reference in New Issue
Block a user