@srfnstack/fntags 0.4.2 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +4 -0
- package/index.d.ts.map +1 -0
- package/package.json +7 -4
- package/src/fnelements.d.mts +504 -0
- package/src/fnelements.d.mts.map +1 -0
- package/src/fnelements.mjs +125 -125
- package/src/fnroute.d.mts +131 -0
- package/src/fnroute.d.mts.map +1 -0
- package/src/fntags.d.mts +193 -0
- package/src/fntags.d.mts.map +1 -0
- package/src/fntags.mjs +13 -13
- package/src/svgelements.d.mts +237 -0
- package/src/svgelements.d.mts.map +1 -0
- package/src/svgelements.mjs +57 -57
package/index.d.ts
ADDED
package/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@srfnstack/fntags",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"author": "Robert Kempton <r@snow87.com>",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://github.com/srfnstack/fntags",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"files": [
|
|
9
9
|
"src/*",
|
|
10
|
+
"index.d.ts",
|
|
11
|
+
"index.d.ts.map",
|
|
10
12
|
"index.js",
|
|
11
13
|
"LICENSE.txt",
|
|
12
14
|
"README.md"
|
|
@@ -38,16 +40,17 @@
|
|
|
38
40
|
"typescript": "^5.3.3"
|
|
39
41
|
},
|
|
40
42
|
"scripts": {
|
|
41
|
-
"test": "cp src
|
|
43
|
+
"test": "cp src/*.mjs docs/lib/ && npm run lint && cypress run --spec test/** --headless -b chrome",
|
|
42
44
|
"cypress": "cypress run --spec test/** -b chrome",
|
|
43
45
|
"lint": "standard --env browser src && standard --env browser --env jest --global Prism --global cy test docs",
|
|
44
46
|
"lint:fix": "standard --env browser --fix src && standard --env browser --env jest --global Prism --global cy --fix test docs",
|
|
45
|
-
"typedef": "tsc",
|
|
47
|
+
"typedef": "rm -rf src/*.mts* && tsc",
|
|
46
48
|
"docs": "typedoc --plugin typedoc-plugin-markdown --out docs/types ./src/*.mjs",
|
|
47
49
|
"build": "npm run lint:fix && npm run typedef && npm run docs && npm run test"
|
|
48
50
|
},
|
|
49
51
|
"pre-commit": [
|
|
50
52
|
"lint",
|
|
51
53
|
"test"
|
|
52
|
-
]
|
|
54
|
+
],
|
|
55
|
+
"types": "index.d.ts"
|
|
53
56
|
}
|
|
@@ -0,0 +1,504 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @type {(...children: Node[]|Object[])=>HTMLAnchorElement}
|
|
3
|
+
*/
|
|
4
|
+
export const a: (...children: Node[] | any[]) => HTMLAnchorElement;
|
|
5
|
+
/**
|
|
6
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
7
|
+
*/
|
|
8
|
+
export const abbr: (...children: Node[] | any[]) => HTMLElement;
|
|
9
|
+
/**
|
|
10
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
11
|
+
*/
|
|
12
|
+
export const acronym: (...children: Node[] | any[]) => HTMLElement;
|
|
13
|
+
/**
|
|
14
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
15
|
+
*/
|
|
16
|
+
export const address: (...children: Node[] | any[]) => HTMLElement;
|
|
17
|
+
/**
|
|
18
|
+
* @type {(...children: Node[]|Object[])=>HTMLAreaElement}
|
|
19
|
+
*/
|
|
20
|
+
export const area: (...children: Node[] | any[]) => HTMLAreaElement;
|
|
21
|
+
/**
|
|
22
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
23
|
+
*/
|
|
24
|
+
export const article: (...children: Node[] | any[]) => HTMLElement;
|
|
25
|
+
/**
|
|
26
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
27
|
+
*/
|
|
28
|
+
export const aside: (...children: Node[] | any[]) => HTMLElement;
|
|
29
|
+
/**
|
|
30
|
+
* @type {(...children: Node[]|Object[])=>HTMLAudioElement}
|
|
31
|
+
*/
|
|
32
|
+
export const audio: (...children: Node[] | any[]) => HTMLAudioElement;
|
|
33
|
+
/**
|
|
34
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
35
|
+
*/
|
|
36
|
+
export const b: (...children: Node[] | any[]) => HTMLElement;
|
|
37
|
+
/**
|
|
38
|
+
* @type {(...children: Node[]|Object[])=>HTMLBaseElement}
|
|
39
|
+
*/
|
|
40
|
+
export const base: (...children: Node[] | any[]) => HTMLBaseElement;
|
|
41
|
+
/**
|
|
42
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
43
|
+
*/
|
|
44
|
+
export const bdi: (...children: Node[] | any[]) => HTMLElement;
|
|
45
|
+
/**
|
|
46
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
47
|
+
*/
|
|
48
|
+
export const bdo: (...children: Node[] | any[]) => HTMLElement;
|
|
49
|
+
/**
|
|
50
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
51
|
+
*/
|
|
52
|
+
export const big: (...children: Node[] | any[]) => HTMLElement;
|
|
53
|
+
/**
|
|
54
|
+
* @type {(...children: Node[]|Object[])=>HTMLQuoteElement}
|
|
55
|
+
*/
|
|
56
|
+
export const blockquote: (...children: Node[] | any[]) => HTMLQuoteElement;
|
|
57
|
+
/**
|
|
58
|
+
* @type {(...children: Node[]|Object[])=>HTMLBodyElement}
|
|
59
|
+
*/
|
|
60
|
+
export const body: (...children: Node[] | any[]) => HTMLBodyElement;
|
|
61
|
+
/**
|
|
62
|
+
* @type {(...children: Node[]|Object[])=>HTMLBRElement}
|
|
63
|
+
*/
|
|
64
|
+
export const br: (...children: Node[] | any[]) => HTMLBRElement;
|
|
65
|
+
/**
|
|
66
|
+
* @type {(...children: Node[]|Object[])=>HTMLButtonElement}
|
|
67
|
+
*/
|
|
68
|
+
export const button: (...children: Node[] | any[]) => HTMLButtonElement;
|
|
69
|
+
/**
|
|
70
|
+
* @type {(...children: Node[]|Object[])=>HTMLCanvasElement}
|
|
71
|
+
*/
|
|
72
|
+
export const canvas: (...children: Node[] | any[]) => HTMLCanvasElement;
|
|
73
|
+
/**
|
|
74
|
+
* @type {(...children: Node[]|Object[])=>HTMLTableCaptionElement}
|
|
75
|
+
*/
|
|
76
|
+
export const caption: (...children: Node[] | any[]) => HTMLTableCaptionElement;
|
|
77
|
+
/**
|
|
78
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
79
|
+
*/
|
|
80
|
+
export const cite: (...children: Node[] | any[]) => HTMLElement;
|
|
81
|
+
/**
|
|
82
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
83
|
+
*/
|
|
84
|
+
export const code: (...children: Node[] | any[]) => HTMLElement;
|
|
85
|
+
/**
|
|
86
|
+
* @type {(...children: Node[]|Object[])=>HTMLTableColElement}
|
|
87
|
+
*/
|
|
88
|
+
export const col: (...children: Node[] | any[]) => HTMLTableColElement;
|
|
89
|
+
/**
|
|
90
|
+
* @type {(...children: Node[]|Object[])=>HTMLTableColElement}
|
|
91
|
+
*/
|
|
92
|
+
export const colgroup: (...children: Node[] | any[]) => HTMLTableColElement;
|
|
93
|
+
/**
|
|
94
|
+
* @type {(...children: Node[]|Object[])=>HTMLDataElement}
|
|
95
|
+
*/
|
|
96
|
+
export const data: (...children: Node[] | any[]) => HTMLDataElement;
|
|
97
|
+
/**
|
|
98
|
+
* @type {(...children: Node[]|Object[])=>HTMLDataListElement}
|
|
99
|
+
*/
|
|
100
|
+
export const datalist: (...children: Node[] | any[]) => HTMLDataListElement;
|
|
101
|
+
/**
|
|
102
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
103
|
+
*/
|
|
104
|
+
export const dd: (...children: Node[] | any[]) => HTMLElement;
|
|
105
|
+
/**
|
|
106
|
+
* @type {(...children: Node[]|Object[])=>HTMLModElement}
|
|
107
|
+
*/
|
|
108
|
+
export const del: (...children: Node[] | any[]) => HTMLModElement;
|
|
109
|
+
/**
|
|
110
|
+
* @type {(...children: Node[]|Object[])=>HTMLDetailsElement}
|
|
111
|
+
*/
|
|
112
|
+
export const details: (...children: Node[] | any[]) => HTMLDetailsElement;
|
|
113
|
+
/**
|
|
114
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
115
|
+
*/
|
|
116
|
+
export const dfn: (...children: Node[] | any[]) => HTMLElement;
|
|
117
|
+
/**
|
|
118
|
+
* @type {(...children: Node[]|Object[])=>HTMLDialogElement}
|
|
119
|
+
*/
|
|
120
|
+
export const dialog: (...children: Node[] | any[]) => HTMLDialogElement;
|
|
121
|
+
/**
|
|
122
|
+
* @type {(...children: Node[]|Object[])=>HTMLDirectoryElement}
|
|
123
|
+
*/
|
|
124
|
+
export const dir: (...children: Node[] | any[]) => HTMLDirectoryElement;
|
|
125
|
+
/**
|
|
126
|
+
* @type {(...children: Node[]|Object[])=>HTMLDivElement}
|
|
127
|
+
*/
|
|
128
|
+
export const div: (...children: Node[] | any[]) => HTMLDivElement;
|
|
129
|
+
/**
|
|
130
|
+
* @type {(...children: Node[]|Object[])=>HTMLDListElement}
|
|
131
|
+
*/
|
|
132
|
+
export const dl: (...children: Node[] | any[]) => HTMLDListElement;
|
|
133
|
+
/**
|
|
134
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
135
|
+
*/
|
|
136
|
+
export const dt: (...children: Node[] | any[]) => HTMLElement;
|
|
137
|
+
/**
|
|
138
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
139
|
+
*/
|
|
140
|
+
export const em: (...children: Node[] | any[]) => HTMLElement;
|
|
141
|
+
/**
|
|
142
|
+
* @type {(...children: Node[]|Object[])=>HTMLEmbedElement}
|
|
143
|
+
*/
|
|
144
|
+
export const embed: (...children: Node[] | any[]) => HTMLEmbedElement;
|
|
145
|
+
/**
|
|
146
|
+
* @type {(...children: Node[]|Object[])=>HTMLFieldSetElement}
|
|
147
|
+
*/
|
|
148
|
+
export const fieldset: (...children: Node[] | any[]) => HTMLFieldSetElement;
|
|
149
|
+
/**
|
|
150
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
151
|
+
*/
|
|
152
|
+
export const figcaption: (...children: Node[] | any[]) => HTMLElement;
|
|
153
|
+
/**
|
|
154
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
155
|
+
*/
|
|
156
|
+
export const figure: (...children: Node[] | any[]) => HTMLElement;
|
|
157
|
+
/**
|
|
158
|
+
* @type {(...children: Node[]|Object[])=>HTMLDivElement}
|
|
159
|
+
*/
|
|
160
|
+
export const flexCol: (...children: Node[] | any[]) => HTMLDivElement;
|
|
161
|
+
/**
|
|
162
|
+
* @type {(...children: Node[]|Object[])=>HTMLDivElement}
|
|
163
|
+
*/
|
|
164
|
+
export const flexCenteredCol: (...children: Node[] | any[]) => HTMLDivElement;
|
|
165
|
+
/**
|
|
166
|
+
* @type {(...children: Node[]|Object[])=>HTMLDivElement}
|
|
167
|
+
*/
|
|
168
|
+
export const flexRow: (...children: Node[] | any[]) => HTMLDivElement;
|
|
169
|
+
/**
|
|
170
|
+
* @type {(...children: Node[]|Object[])=>HTMLDivElement}
|
|
171
|
+
*/
|
|
172
|
+
export const flexCenteredRow: (...children: Node[] | any[]) => HTMLDivElement;
|
|
173
|
+
/**
|
|
174
|
+
* @type {(...children: Node[]|Object[])=>HTMLFontElement}
|
|
175
|
+
*/
|
|
176
|
+
export const font: (...children: Node[] | any[]) => HTMLFontElement;
|
|
177
|
+
/**
|
|
178
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
179
|
+
*/
|
|
180
|
+
export const footer: (...children: Node[] | any[]) => HTMLElement;
|
|
181
|
+
/**
|
|
182
|
+
* @type {(...children: Node[]|Object[])=>HTMLFormElement}
|
|
183
|
+
*/
|
|
184
|
+
export const form: (...children: Node[] | any[]) => HTMLFormElement;
|
|
185
|
+
/**
|
|
186
|
+
* @type {(...children: Node[]|Object[])=>HTMLFrameElement}
|
|
187
|
+
*/
|
|
188
|
+
export const frame: (...children: Node[] | any[]) => HTMLFrameElement;
|
|
189
|
+
/**
|
|
190
|
+
* @type {(...children: Node[]|Object[])=>HTMLFrameSetElement}
|
|
191
|
+
*/
|
|
192
|
+
export const frameset: (...children: Node[] | any[]) => HTMLFrameSetElement;
|
|
193
|
+
/**
|
|
194
|
+
* @type {(...children: Node[]|Object[])=>HTMLHeadingElement}
|
|
195
|
+
*/
|
|
196
|
+
export const h1: (...children: Node[] | any[]) => HTMLHeadingElement;
|
|
197
|
+
/**
|
|
198
|
+
* @type {(...children: Node[]|Object[])=>HTMLHeadingElement}
|
|
199
|
+
*/
|
|
200
|
+
export const h2: (...children: Node[] | any[]) => HTMLHeadingElement;
|
|
201
|
+
/**
|
|
202
|
+
* @type {(...children: Node[]|Object[])=>HTMLHeadingElement}
|
|
203
|
+
*/
|
|
204
|
+
export const h3: (...children: Node[] | any[]) => HTMLHeadingElement;
|
|
205
|
+
/**
|
|
206
|
+
* @type {(...children: Node[]|Object[])=>HTMLHeadingElement}
|
|
207
|
+
*/
|
|
208
|
+
export const h4: (...children: Node[] | any[]) => HTMLHeadingElement;
|
|
209
|
+
/**
|
|
210
|
+
* @type {(...children: Node[]|Object[])=>HTMLHeadingElement}
|
|
211
|
+
*/
|
|
212
|
+
export const h5: (...children: Node[] | any[]) => HTMLHeadingElement;
|
|
213
|
+
/**
|
|
214
|
+
* @type {(...children: Node[]|Object[])=>HTMLHeadingElement}
|
|
215
|
+
*/
|
|
216
|
+
export const h6: (...children: Node[] | any[]) => HTMLHeadingElement;
|
|
217
|
+
/**
|
|
218
|
+
* @type {(...children: Node[]|Object[])=>HTMLHeadElement}
|
|
219
|
+
*/
|
|
220
|
+
export const head: (...children: Node[] | any[]) => HTMLHeadElement;
|
|
221
|
+
/**
|
|
222
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
223
|
+
*/
|
|
224
|
+
export const header: (...children: Node[] | any[]) => HTMLElement;
|
|
225
|
+
/**
|
|
226
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
227
|
+
*/
|
|
228
|
+
export const hgroup: (...children: Node[] | any[]) => HTMLElement;
|
|
229
|
+
/**
|
|
230
|
+
* @type {(...children: Node[]|Object[])=>HTMLHRElement}
|
|
231
|
+
*/
|
|
232
|
+
export const hr: (...children: Node[] | any[]) => HTMLHRElement;
|
|
233
|
+
/**
|
|
234
|
+
* @type {(...children: Node[]|Object[])=>HTMLHtmlElement}
|
|
235
|
+
*/
|
|
236
|
+
export const html: (...children: Node[] | any[]) => HTMLHtmlElement;
|
|
237
|
+
/**
|
|
238
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
239
|
+
*/
|
|
240
|
+
export const i: (...children: Node[] | any[]) => HTMLElement;
|
|
241
|
+
/**
|
|
242
|
+
* @type {(...children: Node[]|Object[])=>HTMLIFrameElement}
|
|
243
|
+
*/
|
|
244
|
+
export const iframe: (...children: Node[] | any[]) => HTMLIFrameElement;
|
|
245
|
+
/**
|
|
246
|
+
* @type {(...children: Node[]|Object[])=>HTMLImageElement}
|
|
247
|
+
*/
|
|
248
|
+
export const img: (...children: Node[] | any[]) => HTMLImageElement;
|
|
249
|
+
/**
|
|
250
|
+
* @type {(...children: Node[]|Object[])=>HTMLInputElement}
|
|
251
|
+
*/
|
|
252
|
+
export const input: (...children: Node[] | any[]) => HTMLInputElement;
|
|
253
|
+
/**
|
|
254
|
+
* @type {(...children: Node[]|Object[])=>HTMLModElement}
|
|
255
|
+
*/
|
|
256
|
+
export const ins: (...children: Node[] | any[]) => HTMLModElement;
|
|
257
|
+
/**
|
|
258
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
259
|
+
*/
|
|
260
|
+
export const kbd: (...children: Node[] | any[]) => HTMLElement;
|
|
261
|
+
/**
|
|
262
|
+
* @type {(...children: Node[]|Object[])=>HTMLLabelElement}
|
|
263
|
+
*/
|
|
264
|
+
export const label: (...children: Node[] | any[]) => HTMLLabelElement;
|
|
265
|
+
/**
|
|
266
|
+
* @type {(...children: Node[]|Object[])=>HTMLLegendElement}
|
|
267
|
+
*/
|
|
268
|
+
export const legend: (...children: Node[] | any[]) => HTMLLegendElement;
|
|
269
|
+
/**
|
|
270
|
+
* @type {(...children: Node[]|Object[])=>HTMLLIElement}
|
|
271
|
+
*/
|
|
272
|
+
export const li: (...children: Node[] | any[]) => HTMLLIElement;
|
|
273
|
+
/**
|
|
274
|
+
* @type {(...children: Node[]|Object[])=>HTMLLinkElement}
|
|
275
|
+
*/
|
|
276
|
+
export const link: (...children: Node[] | any[]) => HTMLLinkElement;
|
|
277
|
+
/**
|
|
278
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
279
|
+
*/
|
|
280
|
+
export const main: (...children: Node[] | any[]) => HTMLElement;
|
|
281
|
+
/**
|
|
282
|
+
* @type {(...children: Node[]|Object[])=>HTMLMapElement}
|
|
283
|
+
*/
|
|
284
|
+
export const map: (...children: Node[] | any[]) => HTMLMapElement;
|
|
285
|
+
/**
|
|
286
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
287
|
+
*/
|
|
288
|
+
export const mark: (...children: Node[] | any[]) => HTMLElement;
|
|
289
|
+
/**
|
|
290
|
+
* The best html element for every occasion.
|
|
291
|
+
* @type {(...children: Node[]|Object[])=>HTMLMarqueeElement}
|
|
292
|
+
*/
|
|
293
|
+
export const marquee: (...children: Node[] | any[]) => HTMLMarqueeElement;
|
|
294
|
+
/**
|
|
295
|
+
* @type {(...children: Node[]|Object[])=>HTMLMenuElement}
|
|
296
|
+
*/
|
|
297
|
+
export const menu: (...children: Node[] | any[]) => HTMLMenuElement;
|
|
298
|
+
/**
|
|
299
|
+
* @type {(...children: Node[]|Object[])=>HTMLMetaElement}
|
|
300
|
+
*/
|
|
301
|
+
export const meta: (...children: Node[] | any[]) => HTMLMetaElement;
|
|
302
|
+
/**
|
|
303
|
+
* @type {(...children: Node[]|Object[])=>HTMLMeterElement}
|
|
304
|
+
*/
|
|
305
|
+
export const meter: (...children: Node[] | any[]) => HTMLMeterElement;
|
|
306
|
+
/**
|
|
307
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
308
|
+
*/
|
|
309
|
+
export const nav: (...children: Node[] | any[]) => HTMLElement;
|
|
310
|
+
/**
|
|
311
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
312
|
+
*/
|
|
313
|
+
export const noframes: (...children: Node[] | any[]) => HTMLElement;
|
|
314
|
+
/**
|
|
315
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
316
|
+
*/
|
|
317
|
+
export const noscript: (...children: Node[] | any[]) => HTMLElement;
|
|
318
|
+
/**
|
|
319
|
+
* @type {(...children: Node[]|Object[])=>HTMLObjectElement}
|
|
320
|
+
*/
|
|
321
|
+
export const object: (...children: Node[] | any[]) => HTMLObjectElement;
|
|
322
|
+
/**
|
|
323
|
+
* @type {(...children: Node[]|Object[])=>HTMLOListElement}
|
|
324
|
+
*/
|
|
325
|
+
export const ol: (...children: Node[] | any[]) => HTMLOListElement;
|
|
326
|
+
/**
|
|
327
|
+
* @type {(...children: Node[]|Object[])=>HTMLOptGroupElement}
|
|
328
|
+
*/
|
|
329
|
+
export const optgroup: (...children: Node[] | any[]) => HTMLOptGroupElement;
|
|
330
|
+
/**
|
|
331
|
+
* @type {(...children: Node[]|Object[])=>HTMLOptionElement}
|
|
332
|
+
*/
|
|
333
|
+
export const option: (...children: Node[] | any[]) => HTMLOptionElement;
|
|
334
|
+
/**
|
|
335
|
+
* @type {(...children: Node[]|Object[])=>HTMLOutputElement}
|
|
336
|
+
*/
|
|
337
|
+
export const output: (...children: Node[] | any[]) => HTMLOutputElement;
|
|
338
|
+
/**
|
|
339
|
+
* @type {(...children: Node[]|Object[])=>HTMLParagraphElement}
|
|
340
|
+
*/
|
|
341
|
+
export const p: (...children: Node[] | any[]) => HTMLParagraphElement;
|
|
342
|
+
/**
|
|
343
|
+
* @type {(...children: Node[]|Object[])=>HTMLParamElement}
|
|
344
|
+
*/
|
|
345
|
+
export const param: (...children: Node[] | any[]) => HTMLParamElement;
|
|
346
|
+
/**
|
|
347
|
+
* @type {(...children: Node[]|Object[])=>HTMLPictureElement}
|
|
348
|
+
*/
|
|
349
|
+
export const picture: (...children: Node[] | any[]) => HTMLPictureElement;
|
|
350
|
+
/**
|
|
351
|
+
* @type {(...children: Node[]|Object[])=>HTMLPreElement}
|
|
352
|
+
*/
|
|
353
|
+
export const pre: (...children: Node[] | any[]) => HTMLPreElement;
|
|
354
|
+
/**
|
|
355
|
+
* @type {(...children: Node[]|Object[])=>HTMLProgressElement}
|
|
356
|
+
*/
|
|
357
|
+
export const progress: (...children: Node[] | any[]) => HTMLProgressElement;
|
|
358
|
+
/**
|
|
359
|
+
* @type {(...children: Node[]|Object[])=>HTMLQuoteElement}
|
|
360
|
+
*/
|
|
361
|
+
export const q: (...children: Node[] | any[]) => HTMLQuoteElement;
|
|
362
|
+
/**
|
|
363
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
364
|
+
*/
|
|
365
|
+
export const rp: (...children: Node[] | any[]) => HTMLElement;
|
|
366
|
+
/**
|
|
367
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
368
|
+
*/
|
|
369
|
+
export const rt: (...children: Node[] | any[]) => HTMLElement;
|
|
370
|
+
/**
|
|
371
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
372
|
+
*/
|
|
373
|
+
export const ruby: (...children: Node[] | any[]) => HTMLElement;
|
|
374
|
+
/**
|
|
375
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
376
|
+
*/
|
|
377
|
+
export const s: (...children: Node[] | any[]) => HTMLElement;
|
|
378
|
+
/**
|
|
379
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
380
|
+
*/
|
|
381
|
+
export const samp: (...children: Node[] | any[]) => HTMLElement;
|
|
382
|
+
/**
|
|
383
|
+
* @type {(...children: Node[]|Object[])=>HTMLScriptElement}
|
|
384
|
+
*/
|
|
385
|
+
export const script: (...children: Node[] | any[]) => HTMLScriptElement;
|
|
386
|
+
/**
|
|
387
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
388
|
+
*/
|
|
389
|
+
export const section: (...children: Node[] | any[]) => HTMLElement;
|
|
390
|
+
/**
|
|
391
|
+
* @type {(...children: Node[]|Object[])=>HTMLSelectElement}
|
|
392
|
+
*/
|
|
393
|
+
export const select: (...children: Node[] | any[]) => HTMLSelectElement;
|
|
394
|
+
/**
|
|
395
|
+
* @type {(...children: Node[]|Object[])=>HTMLSlotElement}
|
|
396
|
+
*/
|
|
397
|
+
export const slot: (...children: Node[] | any[]) => HTMLSlotElement;
|
|
398
|
+
/**
|
|
399
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
400
|
+
*/
|
|
401
|
+
export const small: (...children: Node[] | any[]) => HTMLElement;
|
|
402
|
+
/**
|
|
403
|
+
* @type {(...children: Node[]|Object[])=>HTMLSourceElement}
|
|
404
|
+
*/
|
|
405
|
+
export const source: (...children: Node[] | any[]) => HTMLSourceElement;
|
|
406
|
+
/**
|
|
407
|
+
* @type {(...children: Node[]|Object[])=>HTMLSpanElement}
|
|
408
|
+
*/
|
|
409
|
+
export const span: (...children: Node[] | any[]) => HTMLSpanElement;
|
|
410
|
+
/**
|
|
411
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
412
|
+
*/
|
|
413
|
+
export const strong: (...children: Node[] | any[]) => HTMLElement;
|
|
414
|
+
/**
|
|
415
|
+
* @type {(...children: Node[]|Object[])=>HTMLStyleElement}
|
|
416
|
+
*/
|
|
417
|
+
export const style: (...children: Node[] | any[]) => HTMLStyleElement;
|
|
418
|
+
/**
|
|
419
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
420
|
+
*/
|
|
421
|
+
export const sub: (...children: Node[] | any[]) => HTMLElement;
|
|
422
|
+
/**
|
|
423
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
424
|
+
*/
|
|
425
|
+
export const summary: (...children: Node[] | any[]) => HTMLElement;
|
|
426
|
+
/**
|
|
427
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
428
|
+
*/
|
|
429
|
+
export const sup: (...children: Node[] | any[]) => HTMLElement;
|
|
430
|
+
/**
|
|
431
|
+
* @type {(...children: Node[]|Object[])=>HTMLTableElement}
|
|
432
|
+
*/
|
|
433
|
+
export const table: (...children: Node[] | any[]) => HTMLTableElement;
|
|
434
|
+
/**
|
|
435
|
+
* @type {(...children: Node[]|Object[])=>HTMLTableSectionElement}
|
|
436
|
+
*/
|
|
437
|
+
export const tbody: (...children: Node[] | any[]) => HTMLTableSectionElement;
|
|
438
|
+
/**
|
|
439
|
+
* @type {(...children: Node[]|Object[])=>HTMLTableDataCellElement}
|
|
440
|
+
*/
|
|
441
|
+
export const td: (...children: Node[] | any[]) => HTMLTableDataCellElement;
|
|
442
|
+
/**
|
|
443
|
+
* @type {(...children: Node[]|Object[])=>HTMLTemplateElement}
|
|
444
|
+
*/
|
|
445
|
+
export const template: (...children: Node[] | any[]) => HTMLTemplateElement;
|
|
446
|
+
/**
|
|
447
|
+
* @type {(...children: Node[]|Object[])=>HTMLTextAreaElement}
|
|
448
|
+
*/
|
|
449
|
+
export const textarea: (...children: Node[] | any[]) => HTMLTextAreaElement;
|
|
450
|
+
/**
|
|
451
|
+
* @type {(...children: Node[]|Object[])=>HTMLTableSectionElement}
|
|
452
|
+
*/
|
|
453
|
+
export const tfoot: (...children: Node[] | any[]) => HTMLTableSectionElement;
|
|
454
|
+
/**
|
|
455
|
+
* @type {(...children: Node[]|Object[])=>HTMLTableHeaderCellElement}
|
|
456
|
+
*/
|
|
457
|
+
export const th: (...children: Node[] | any[]) => HTMLTableHeaderCellElement;
|
|
458
|
+
/**
|
|
459
|
+
* @type {(...children: Node[]|Object[])=>HTMLTableSectionElement}
|
|
460
|
+
*/
|
|
461
|
+
export const thead: (...children: Node[] | any[]) => HTMLTableSectionElement;
|
|
462
|
+
/**
|
|
463
|
+
* @type {(...children: Node[]|Object[])=>HTMLTimeElement}
|
|
464
|
+
*/
|
|
465
|
+
export const time: (...children: Node[] | any[]) => HTMLTimeElement;
|
|
466
|
+
/**
|
|
467
|
+
* @type {(...children: Node[]|Object[])=>HTMLTitleElement}
|
|
468
|
+
*/
|
|
469
|
+
export const title: (...children: Node[] | any[]) => HTMLTitleElement;
|
|
470
|
+
/**
|
|
471
|
+
* @type {(...children: Node[]|Object[])=>HTMLTableRowElement}
|
|
472
|
+
*/
|
|
473
|
+
export const tr: (...children: Node[] | any[]) => HTMLTableRowElement;
|
|
474
|
+
/**
|
|
475
|
+
* @type {(...children: Node[]|Object[])=>HTMLTrackElement}
|
|
476
|
+
*/
|
|
477
|
+
export const track: (...children: Node[] | any[]) => HTMLTrackElement;
|
|
478
|
+
/**
|
|
479
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
480
|
+
*/
|
|
481
|
+
export const tt: (...children: Node[] | any[]) => HTMLElement;
|
|
482
|
+
/**
|
|
483
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
484
|
+
*/
|
|
485
|
+
export const u: (...children: Node[] | any[]) => HTMLElement;
|
|
486
|
+
/**
|
|
487
|
+
* @type {(...children: Node[]|Object[])=>HTMLUListElement}
|
|
488
|
+
*/
|
|
489
|
+
export const ul: (...children: Node[] | any[]) => HTMLUListElement;
|
|
490
|
+
/**
|
|
491
|
+
* name conflicts with js syntax
|
|
492
|
+
*
|
|
493
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
494
|
+
*/
|
|
495
|
+
export const var_: (...children: Node[] | any[]) => HTMLElement;
|
|
496
|
+
/**
|
|
497
|
+
* @type {(...children: Node[]|Object[])=>HTMLVideoElement}
|
|
498
|
+
*/
|
|
499
|
+
export const video: (...children: Node[] | any[]) => HTMLVideoElement;
|
|
500
|
+
/**
|
|
501
|
+
* @type {(...children: Node[]|Object[])=>HTMLElement}
|
|
502
|
+
*/
|
|
503
|
+
export const wbr: (...children: Node[] | any[]) => HTMLElement;
|
|
504
|
+
//# sourceMappingURL=fnelements.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fnelements.d.mts","sourceRoot":"","sources":["fnelements.mjs"],"names":[],"mappings":"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"}
|