@lynx-js/react-webpack-plugin
Version:
A webpack plugin for ReactLynx
6 lines (5 loc) • 306 B
TypeScript
import type { LoaderDefinitionFunction } from '@rspack/core';
import type { ReactLoaderOptions } from './options.js';
export declare const ELEMENT_TEMPLATE_BUILD_INFO = "lynx:element-templates";
declare const mainThreadLoader: LoaderDefinitionFunction<ReactLoaderOptions>;
export default mainThreadLoader;