UNPKG
@lynx-js/react-rsbuild-plugin
Version:
latest (0.9.8)
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
A rsbuild plugin for ReactLynx
github.com/lynx-family/lynx-stack
lynx-family/lynx-stack
@lynx-js/react-rsbuild-plugin
/
dist
/
loaders.d.ts
4 lines
(3 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
import
type
{
RsbuildPluginAPI
}
from
'@rsbuild/core'
;
import
type
{
PluginReactLynxOptions
}
from
'./pluginReactLynx.js'
;
export
declare
function
applyLoaders
(
api
:
RsbuildPluginAPI
,
options
:
Required
<
PluginReactLynxOptions
>
):
void
;