mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
5 lines
118 B
TypeScript
5 lines
118 B
TypeScript
export = MenuNavigationItem;
|
|
declare class MenuNavigationItem extends Button {
|
|
}
|
|
import Button = require("./Button");
|