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

5 lines
202 B
TypeScript

import type { PluginCreator } from 'postcss';
/** postcss-gamut-mapping plugin options */
export type pluginOptions = never;
declare const creator: PluginCreator<pluginOptions>;
export default creator;