mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +02:00
10 lines
292 B
TypeScript
10 lines
292 B
TypeScript
declare namespace _default {
|
|
const id: string;
|
|
namespace defaults {
|
|
const algorithm: string;
|
|
const enabled: boolean;
|
|
}
|
|
function beforeElementsUpdate(chart: any, args: any, options: any): void;
|
|
function destroy(chart: any): void;
|
|
}
|
|
export default _default;
|