This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.

4 lines
106 B
TypeScript
Raw Normal View History

import * as postcss from 'postcss';
declare const _default: postcss.Plugin<any>;
export default _default;