/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/components/src/css.d.ts
10 строк
372 B
Lena Morita
A8C Button: Improve Storybook docs (#99737)
14 фев 2025, 20:41
Не верифицирован
14 фев 2025, 20:41
30d0b1a
Код
Авторство
О чём код?
// 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; } }