epiphany/node_modules/@csstools/postcss-cascade-layers/dist/index.d.ts
2023-12-09 22:48:07 -08:00

5 lines
219 B
TypeScript

import type { PluginCreator } from 'postcss';
import type { pluginOptions } from './options';
export type { pluginOptions } from './options';
declare const creator: PluginCreator<pluginOptions>;
export default creator;