UNPKG

@visulima/packem

Version:

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

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