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
/
backgroundOnly.d.ts
3 lines
(2 loc)
•
129 B
TypeScript
View Raw
1
2
3
import
type
{
RsbuildPluginAPI
}
from
'@rsbuild/core'
;
export
declare
function
applyBackgroundOnly
(
api
:
RsbuildPluginAPI
):
void
;