mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-09-14 18:45:00 +00:00
4 lines
146 B
TypeScript
4 lines
146 B
TypeScript
import type { AcceptedPlugin, PluginCreator } from 'postcss'
|
|
|
|
declare const plugin: PluginCreator<AcceptedPlugin | string | void>
|
|
export = plugin
|