epiphany/node_modules/postcss-preset-env/dist/index.d.ts

6 lines
219 B
TypeScript
Raw Normal View History

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