D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
ebrokers.online
/
node_modules
/
tailwindcss
/
types
/
Filename :
index.d.ts
back
Copy
import type { PluginCreator } from 'postcss' import type { Config } from './config.d' declare const plugin: PluginCreator<string | Config | { config: string | Config }> declare type _Config = Config declare namespace plugin { export type { _Config as Config } } export = plugin