/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
docs/env.d.ts
8 строк
420 B
Paweł Kuna
Clear remaining astro check hints in shared, docs, and screenshots (#2837)
08 авг 2026, 18:17
Не верифицирован
08 авг 2026, 18:17
2777fff
Код
Авторство
О чём код?
/// <reference types="astro/client" /> // clipboard.js, loaded via a page lib (libs.json) as a classic <script> global, not an // npm package — declared ambiently so `astro check` can resolve it in DocsLayout's copy script. declare var ClipboardJS: new ( selector: Element, options: Record<string, unknown> ) => { on(event: string, callback: (e: { clearSelection(): void; trigger: HTMLElement }) => void): void }