UNPKG

@lynx-js/react-webpack-plugin

Version:

A webpack plugin for ReactLynx

5 lines (4 loc) 233 B
import type { LoaderContext } from '@rspack/core'; import type { ReactLoaderOptions } from './options.js'; declare function testingLoader(this: LoaderContext<ReactLoaderOptions>, content: string): void; export default testingLoader;