- Go backend (server/)
- Frontend (web/, server/static/)
- Database and deployment files
- Scripts and docs
Co-Authored-By: 狸花猫/Claude-Qwen3.6-Plus 🐾
12 lines
284 B
JavaScript
12 lines
284 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
|
|
//#region ../../packages/hooks/use-focus/index.ts
|
|
const useFocus = (el) => {
|
|
return { focus: () => {
|
|
el.value?.focus?.();
|
|
} };
|
|
};
|
|
|
|
//#endregion
|
|
exports.useFocus = useFocus;
|
|
//# sourceMappingURL=index.js.map
|