Spaces:
Sleeping
Sleeping
File size: 166 Bytes
cc651f6 |
1 2 3 4 5 |
import type { PluginCreator } from 'postcss';
import { pluginOptions } from './options';
declare const creator: PluginCreator<pluginOptions>;
export default creator;
|