mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-26 06:45:13 +00:00
chore: update frontend build for v1.1.81 [skip ci]
This commit is contained in:
3
web/admin-spa/node_modules/element-plus/es/utils/dom/element.d.ts
generated
vendored
Normal file
3
web/admin-spa/node_modules/element-plus/es/utils/dom/element.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
type GetElement = <T extends string | HTMLElement | Window | null | undefined>(target: T) => T extends string ? HTMLElement | null : T;
|
||||
export declare const getElement: GetElement;
|
||||
export {};
|
||||
Reference in New Issue
Block a user