1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 18:29:39 +02:00
Oinktube/node_modules/chart.js/dist/plugins/plugin.subtitle.d.ts
2023-06-30 08:55:17 -03:00

27 lines
825 B
TypeScript

declare namespace _default {
const id: string;
function start(chart: any, _args: any, options: any): void;
function stop(chart: any): void;
function beforeUpdate(chart: any, _args: any, options: any): void;
namespace defaults {
export const align: string;
export const display: boolean;
export namespace font {
const weight: string;
}
export const fullSize: boolean;
export const padding: number;
export const position: string;
export const text: string;
const weight_1: number;
export { weight_1 as weight };
}
namespace defaultRoutes {
const color: string;
}
namespace descriptors {
const _scriptable: boolean;
const _indexable: boolean;
}
}
export default _default;