/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
core/js/src/global.d.ts
17 строк
456 B
Paweł Kuna
Unify workspace lint, format, and type-check quality gates (#2732)
30 июл 2026, 20:36
Не верифицирован
30 июл 2026, 20:36
6db32ea
Код
Авторство
О чём код?
// Global type declarations for window properties interface Window { autosize?: (element: HTMLElement | HTMLTextAreaElement) => void countUp?: { CountUp: new ( target: HTMLElement, endVal: number, options?: any, ) => { error: boolean start: () => void } } IMask?: new (element: HTMLElement, options: { mask: string; lazy?: boolean }) => any Sortable?: new (element: HTMLElement, options?: any) => any }