UNPKG

@nx/rsbuild

Version:

The Nx Plugin for Rsbuild contains an Nx plugin, executors and utilities that support building applications using Rsbuild.

5 lines (4 loc) 242 B
import { GeneratorCallback, type Tree } from '@nx/devkit'; import { type Schema } from './schema'; export declare function configurationGenerator(tree: Tree, schema: Schema): Promise<GeneratorCallback>; export default configurationGenerator;