This commit is contained in:
2026-05-14 15:33:58 +02:00
parent 5efb9e0f96
commit 00ad6d7f9f
9 changed files with 325 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
// src/sigpro.convert.js - Conversor HTML a SigPro con preview
/// <reference path="../sigpro.d.ts" />
var { $ } = window.SigPro;
function html2sigpro(h, mode = "tags") {

View File

@@ -1,3 +1,5 @@
/// <reference path="../sigpro.d.ts" />
const { $, isF } = window.SigPro
export const Editor = p => {

View File

@@ -1,3 +1,5 @@
/// <reference path="../sigpro.d.ts" />
const { h, watch, onUnmount } = window.SigPro
import {

View File

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

View File

@@ -1,3 +1,5 @@
/// <reference path="../sigpro.d.ts" />
const { $, h, watch, render, isF } = window.SigPro;
// router