mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-22 14:08:06 +00:00
9 lines
186 B
TypeScript
9 lines
186 B
TypeScript
export = CommentActionButtons;
|
|
declare class CommentActionButtons {
|
|
constructor(data: any);
|
|
type: string;
|
|
like_button: any;
|
|
dislike_button: any;
|
|
reply_button: any;
|
|
}
|