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