mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 20:09:30 +08:00
7 lines
206 B
Text
7 lines
206 B
Text
import { PluginCreator } from 'postcss'
|
|
import type { Config } from './config.d'
|
|
|
|
declare const plugin: PluginCreator<string | Config | { config: string | Config }>
|
|
|
|
export { Config }
|
|
export default plugin
|