mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 20:41:17 +00:00
11 lines
250 B
TypeScript
11 lines
250 B
TypeScript
export = DownloadButton;
|
|
declare class DownloadButton {
|
|
constructor(data: any);
|
|
type: string;
|
|
style: any;
|
|
size: any;
|
|
endpoint: NavigationEndpoint;
|
|
target_id: any;
|
|
}
|
|
import NavigationEndpoint = require("./NavigationEndpoint");
|