UNPKG

@esmx/rspack

Version:

A high-performance Rspack integration for Esmx microfrontend framework, providing Module Linking and SSR capabilities.

5 lines (4 loc) 257 B
import type RspackChain from 'rspack-chain'; import type { ModuleLinkPluginOptions } from './types'; export declare function initModuleLink(chain: RspackChain, options: ModuleLinkPluginOptions): void; export type { ModuleLinkPluginOptions } from './types';