epiphany/node_modules/@csstools/postcss-media-minmax/dist/index.d.ts

6 lines
201 B
TypeScript
Raw Normal View History

2023-12-09 22:48:07 -08:00
import type { PluginCreator } from 'postcss';
/** postcss-media-minmax plugin options */
export type pluginOptions = never;
declare const creator: PluginCreator<pluginOptions>;
export default creator;