first commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
//#region ../../packages/hooks/use-focus/index.ts
|
||||
const useFocus = (el) => {
|
||||
return { focus: () => {
|
||||
el.value?.focus?.();
|
||||
} };
|
||||
};
|
||||
|
||||
//#endregion
|
||||
export { useFocus };
|
||||
//# sourceMappingURL=index.mjs.map
|
||||
Reference in New Issue
Block a user