Aggrid custom

This commit is contained in:
2026-03-17 08:44:54 +01:00
commit 739374d83f
3234 changed files with 1533165 additions and 0 deletions

15
node_modules/rolldown/dist/config.d.mts generated vendored Executable file
View File

@@ -0,0 +1,15 @@
import "./shared/binding-BohGL_65.mjs";
import { F as VERSION, r as defineConfig, t as ConfigExport } from "./shared/define-config-cG45vHwf.mjs";
//#region src/utils/load-config.d.ts
/**
* Load config from a file in a way that Rolldown does.
*
* @param configPath The path to the config file. If empty, it will look for `rolldown.config` with supported extensions in the current working directory.
* @returns The loaded config export
*
* @category Config
*/
declare function loadConfig(configPath: string): Promise<ConfigExport>;
//#endregion
export { VERSION, defineConfig, loadConfig };