mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 21:17:30 +00:00
chore: update frontend build for v1.1.81 [skip ci]
This commit is contained in:
23
web/admin-spa/node_modules/unimport/dist/unplugin.d.mts
generated
vendored
Normal file
23
web/admin-spa/node_modules/unimport/dist/unplugin.d.mts
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
import * as unplugin from 'unplugin';
|
||||
import { FilterPattern } from '@rollup/pluginutils';
|
||||
import { U as UnimportOptions } from './shared/unimport.CaVRR9SH.mjs';
|
||||
import 'magic-string';
|
||||
import 'mlly';
|
||||
|
||||
interface UnimportPluginOptions extends UnimportOptions {
|
||||
include: FilterPattern;
|
||||
exclude: FilterPattern;
|
||||
dts: boolean | string;
|
||||
/**
|
||||
* Enable implicit auto import.
|
||||
* Generate global TypeScript definitions.
|
||||
*
|
||||
* @default true
|
||||
*/
|
||||
autoImport?: boolean;
|
||||
}
|
||||
declare const defaultIncludes: RegExp[];
|
||||
declare const defaultExcludes: RegExp[];
|
||||
declare const _default: unplugin.UnpluginInstance<Partial<UnimportPluginOptions>, boolean>;
|
||||
|
||||
export { type UnimportPluginOptions, _default as default, defaultExcludes, defaultIncludes };
|
||||
Reference in New Issue
Block a user