trim.d.ts 110 B

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