faltaba watch

This commit is contained in:
2026-05-15 00:34:04 +02:00
parent 72bfc2b5c1
commit 8df06d9c12
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
/// <reference path="../sigpro.d.ts" />
const { $, h, mount, val, isF, isA, isO } = window.SigPro;
const { $, h, mount, watch, val, isF, isA, isO } = window.SigPro;
export const hide = () => document.activeElement?.blur();