/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
apps/dotcom/client/decs.d.ts
17 строк
520 B
alex
Clean up `apps` directory (#4548)
18 сен 2024, 13:17
Не верифицирован
18 сен 2024, 13:17
ab9833c
Код
Авторство
О чём код?
declare namespace React { interface HTMLAttributes { /** * Indicates the browser should ignore the element and its contents in terms of interaction. * This is a boolean attribute but isn't properly supported by react yet - pass "" to enable * it, or undefined to disable it. * * https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inert */ inert?: '' } } declare module '*.svg' { const content: React.FunctionComponent<React.SVGAttributes<SVGElement>> export default content }