芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/test.joruridoctor.com/node_modules/tailwindcss/types/index.d.ts
import type { PluginCreator } from 'postcss' import type { Config } from './config.d' declare const plugin: PluginCreator
declare type _Config = Config declare namespace plugin { export type { _Config as Config } } export = plugin