/
githubmirror
/
tailwindcss
Обзор
Документация
Войти
/
githubmirror
/
tailwindcss
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.4.18
defaultTheme.d.ts
4 строки
175 B
Jordan Pittman
Add more explicit types for the default theme (#8780)
07 июл 2022, 16:05
Не верифицирован
07 июл 2022, 16:05
62f0791
Код
Авторство
О чём код?
import type { Config } from './types/config' import { DefaultTheme } from './types/generated/default-theme' declare const theme: Config['theme'] & DefaultTheme export = theme