Files
claude-relay-service/web/admin-spa/node_modules/element-plus/lib/hooks/use-focus/index.d.ts
2025-08-06 02:30:41 +00:00

7 lines
139 B
TypeScript

import type { Ref } from 'vue';
export declare const useFocus: (el: Ref<{
focus: () => void;
} | null>) => {
focus: () => void;
};