/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/ui/src/css.d.ts
10 строк
372 B
Lena Morita
Make new `@automattic/ui` package (#104187)
14 июн 2025, 03:12
Не верифицирован
14 июн 2025, 03:12
6974d30
Код
Авторство
О чём код?
// 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 }` ]: unknown; } }