mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-27 00:02:34 +00:00
chore: update frontend build for v1.1.82 [skip ci]
This commit is contained in:
11
web/admin-spa/node_modules/element-plus/lib/hooks/use-deprecated/index.d.ts
generated
vendored
11
web/admin-spa/node_modules/element-plus/lib/hooks/use-deprecated/index.d.ts
generated
vendored
@@ -1,11 +0,0 @@
|
||||
import type { MaybeRef } from '@vueuse/core';
|
||||
type DeprecationParam = {
|
||||
from: string;
|
||||
replacement: string;
|
||||
scope: string;
|
||||
version: string;
|
||||
ref: string;
|
||||
type?: 'API' | 'Attribute' | 'Event' | 'Slot';
|
||||
};
|
||||
export declare const useDeprecated: ({ from, replacement, scope, version, ref, type }: DeprecationParam, condition: MaybeRef<boolean>) => void;
|
||||
export {};
|
||||
Reference in New Issue
Block a user