mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +02:00
13 lines
322 B
TypeScript
13 lines
322 B
TypeScript
export default class LineController extends DatasetController {
|
|
static id: string;
|
|
/**
|
|
* @type {any}
|
|
*/
|
|
static overrides: any;
|
|
update(mode: any): void;
|
|
/**
|
|
* @protected
|
|
*/
|
|
protected getMaxOverflow(): any;
|
|
}
|
|
import DatasetController from "../core/core.datasetController.js";
|