/
dimono39
/
education-analytics
Обзор
Документация
Войти
/
dimono39
/
education-analytics
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/chart.js/dist/plugins/plugin.subtitle.d.ts
27 строк
825 B
dimono39
добавил файлы
08 дек 2025, 15:17
08 дек 2025, 15:17
40ee2bb
Код
Авторство
О чём код?
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;