index.d.ts 115 Bytes Raw Blame History Permalink 1 2 3 import type { PluginCreator } from 'postcss'; declare const creator: PluginCreator<never>; export default creator;