/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/tailwindcss/plugin.d.ts
11 строк
439 B
1lostsun
initial commit
05 май 2025, 11:35
05 май 2025, 11:35
fe8f535
Код
Авторство
О чём код?
import type { Config, PluginCreator } from './types/config' type Plugin = { withOptions<T>( plugin: (options: T) => PluginCreator, config?: (options: T) => Partial<Config> ): { (options: T): { handler: PluginCreator; config?: Partial<Config> }; __isOptionsFunction: true } (plugin: PluginCreator, config?: Partial<Config>): { handler: PluginCreator; config?: Partial<Config> } } declare const plugin: Plugin export = plugin