mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-21 02:28:35 +00:00
3 lines
106 B
TypeScript
3 lines
106 B
TypeScript
import * as postcss from 'postcss';
|
|
declare const _default: postcss.Plugin<any>;
|
|
export default _default;
|