UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

10 lines (8 loc) 250 B
import type { PluginCreator } from "postcss"; import type { Load } from "./load.d.cts"; interface InteroperableCSSOptions { extensions?: string[]; load?: Load; } declare const plugin: PluginCreator<InteroperableCSSOptions>; export = plugin;