UNPKG

next

Version:

The React Framework

4 lines (3 loc) 211 B
import type { LoaderContext } from 'webpack'; export declare function LightningCssLoader(this: LoaderContext<any>, source: string, prevMap?: Record<string, any>): Promise<void>; export declare const raw = true;