mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 04:31:53 +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";
|