Spaces:
Sleeping
Sleeping
File size: 114 Bytes
cc651f6 |
1 2 3 4 |
import type { PluginCreator } from 'postcss';
declare const creator: PluginCreator<null>;
export default creator;
|