trim.d.ts 110 B

1234
  1. import * as postcss from 'postcss';
  2. declare const _default: postcss.Plugin<unknown>;
  3. export default _default;