/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/components/src/css.d.ts
10 строк
368 B
Manzoor Wani
Upgrade ESLint to v10 (#76654)
09 апр 2026, 20:17
Не верифицирован
09 апр 2026, 20:17
a445c44
Код
Авторство
О чём код?
// eslint-disable-next-line @typescript-eslint/no-unused-vars import type * as CSS from 'csstype'; // See: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/f6d4d15522356eba4a0267142834e3abc6b603fc/types/react/index.d.ts#L2580-L2587 declare module 'csstype' { interface Properties { // Allow any CSS Custom Properties [ index: `--${ string }` ]: any; } }