mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
Updates node modules
This commit is contained in:
parent
41e60bca0a
commit
3c001dd8e3
1172 changed files with 192787 additions and 0 deletions
30
node_modules/chart.js/dist/plugins/plugin.subtitle.d.ts
generated
vendored
Normal file
30
node_modules/chart.js/dist/plugins/plugin.subtitle.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
declare namespace _default {
|
||||
const id: string;
|
||||
function start(chart: any, _args: any, options: any): void;
|
||||
function start(chart: any, _args: any, options: any): void;
|
||||
function stop(chart: any): void;
|
||||
function stop(chart: any): void;
|
||||
function beforeUpdate(chart: any, _args: any, options: 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;
|
Loading…
Add table
Add a link
Reference in a new issue