Files
YouTube.js/typings/lib/parser/classes/DownloadButton.d.ts
2022-07-11 06:13:21 -03:00

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");