Files

5 lines
146 B
TypeScript
Raw Permalink Normal View History

2026-03-26 09:28:14 +07:00
import type { AcceptedPlugin, PluginCreator } from 'postcss'
declare const plugin: PluginCreator<AcceptedPlugin | string | void>
export = plugin