/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/ui/src/custom-elements.d.ts
17 строк
432 B
Amadeus Demarzi
Diffs Performance Improvements (#5653)
17 дек 2025, 16:33
Не верифицирован
17 дек 2025, 16:33
5c490c5
Код
Авторство
О чём код?
import { DIFFS_TAG_NAME } from "@pierre/diffs" /** * TypeScript declaration for the <diffs-container> custom element. * This tells TypeScript that <diffs-container> is a valid JSX element in SolidJS. * Required for using the @pierre/diffs web component in .tsx files. */ declare module "solid-js" { namespace JSX { interface IntrinsicElements { [DIFFS_TAG_NAME]: HTMLAttributes<HTMLElement> } } } export {}