new.d.ts
This commit is contained in:
@@ -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") {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/// <reference path="../sigpro.d.ts" />
|
||||
|
||||
const { $, isF } = window.SigPro
|
||||
|
||||
export const Editor = p => {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/// <reference path="../sigpro.d.ts" />
|
||||
|
||||
const { h, watch, onUnmount } = window.SigPro
|
||||
|
||||
import {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/// <reference path="../sigpro.d.ts" />
|
||||
|
||||
const { $, h, mount, val, isF, isO } = window.SigPro;
|
||||
|
||||
export const hide = () => document.activeElement?.blur();
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/// <reference path="../sigpro.d.ts" />
|
||||
|
||||
const { $, h, watch, render, isF } = window.SigPro;
|
||||
|
||||
// router
|
||||
|
||||
Reference in New Issue
Block a user