epiphany/node_modules/@csstools/postcss-progressive-custom-properties/dist/index.d.ts

4 lines
114 B
TypeScript
Raw Normal View History

2023-12-09 22:48:07 -08:00
import { type PluginCreator } from 'postcss';
declare const creator: PluginCreator<null>;
export default creator;