UNPKG

@visulima/packem

Version:

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

5 lines (4 loc) 196 B
import type { LightningCSSOptions } from "../types.d.cts"; import type { Loader } from "./types.d.cts"; declare const lightningCSSLoader: Loader<LightningCSSOptions>; export = lightningCSSLoader;