pulse-ui-client 0.0.1

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.
@@ -0,0 +1,2351 @@
1
+ export declare function cleanForSerialization(obj: unknown): unknown;
2
+ export declare function extractElement(elt: Element): object;
3
+ export declare function extractHTMLOrSVGElement(elt: HTMLOrSVGElement): {
4
+ autofocus: boolean;
5
+ tab_index: number;
6
+ nonce: string | undefined;
7
+ };
8
+ export declare function extractHTMLElementBase(elt: HTMLElement): {
9
+ access_key: string;
10
+ access_key_label: string;
11
+ autocapitalize: string;
12
+ dir: string;
13
+ draggable: boolean;
14
+ hidden: boolean;
15
+ inert: boolean;
16
+ lang: string;
17
+ offset_height: number;
18
+ offset_left: number;
19
+ offset_top: number;
20
+ offset_width: number;
21
+ popover: string | null;
22
+ spellcheck: boolean;
23
+ title: string;
24
+ translate: boolean;
25
+ writing_suggestions: string;
26
+ content_editable: string;
27
+ enter_key_hint: string;
28
+ is_content_editable: boolean;
29
+ input_mode: string;
30
+ autofocus: boolean;
31
+ tab_index: number;
32
+ nonce: string | undefined;
33
+ };
34
+ export declare function extractHTMLAnchorElement(elt: HTMLAnchorElement): {
35
+ hash: string;
36
+ host: string;
37
+ hostname: string;
38
+ href: string;
39
+ origin: string;
40
+ password: string;
41
+ pathname: string;
42
+ port: string;
43
+ protocol: string;
44
+ search: string;
45
+ target: string;
46
+ download: string;
47
+ rel: string;
48
+ hreflang: string;
49
+ type: string;
50
+ username: string;
51
+ ping: string;
52
+ referrer_policy: string;
53
+ text: string;
54
+ access_key: string;
55
+ access_key_label: string;
56
+ autocapitalize: string;
57
+ dir: string;
58
+ draggable: boolean;
59
+ hidden: boolean;
60
+ inert: boolean;
61
+ lang: string;
62
+ offset_height: number;
63
+ offset_left: number;
64
+ offset_top: number;
65
+ offset_width: number;
66
+ popover: string | null;
67
+ spellcheck: boolean;
68
+ title: string;
69
+ translate: boolean;
70
+ writing_suggestions: string;
71
+ content_editable: string;
72
+ enter_key_hint: string;
73
+ is_content_editable: boolean;
74
+ input_mode: string;
75
+ autofocus: boolean;
76
+ tab_index: number;
77
+ nonce: string | undefined;
78
+ };
79
+ export declare function extractHTMLAreaElement(elt: HTMLAreaElement): {
80
+ alt: string;
81
+ coords: string;
82
+ download: string;
83
+ hash: string;
84
+ host: string;
85
+ hostname: string;
86
+ href: string;
87
+ origin: string;
88
+ password: string;
89
+ pathname: string;
90
+ port: string;
91
+ protocol: string;
92
+ rel: string;
93
+ search: string;
94
+ shape: string;
95
+ target: string;
96
+ username: string;
97
+ ping: string;
98
+ referrer_policy: string;
99
+ access_key: string;
100
+ access_key_label: string;
101
+ autocapitalize: string;
102
+ dir: string;
103
+ draggable: boolean;
104
+ hidden: boolean;
105
+ inert: boolean;
106
+ lang: string;
107
+ offset_height: number;
108
+ offset_left: number;
109
+ offset_top: number;
110
+ offset_width: number;
111
+ popover: string | null;
112
+ spellcheck: boolean;
113
+ title: string;
114
+ translate: boolean;
115
+ writing_suggestions: string;
116
+ content_editable: string;
117
+ enter_key_hint: string;
118
+ is_content_editable: boolean;
119
+ input_mode: string;
120
+ autofocus: boolean;
121
+ tab_index: number;
122
+ nonce: string | undefined;
123
+ };
124
+ export declare function extractHTMLMediaElement(elt: HTMLMediaElement): {
125
+ autoplay: boolean;
126
+ controls: boolean;
127
+ cross_origin: string | null;
128
+ current_src: string;
129
+ current_time: number;
130
+ default_muted: boolean;
131
+ default_playback_rate: number;
132
+ duration: number;
133
+ ended: boolean;
134
+ loop: boolean;
135
+ muted: boolean;
136
+ network_state: number;
137
+ paused: boolean;
138
+ playback_rate: number;
139
+ preload: "" | "metadata" | "none" | "auto";
140
+ ready_state: number;
141
+ seeking: boolean;
142
+ src: string;
143
+ volume: number;
144
+ preserves_pitch: boolean;
145
+ access_key: string;
146
+ access_key_label: string;
147
+ autocapitalize: string;
148
+ dir: string;
149
+ draggable: boolean;
150
+ hidden: boolean;
151
+ inert: boolean;
152
+ lang: string;
153
+ offset_height: number;
154
+ offset_left: number;
155
+ offset_top: number;
156
+ offset_width: number;
157
+ popover: string | null;
158
+ spellcheck: boolean;
159
+ title: string;
160
+ translate: boolean;
161
+ writing_suggestions: string;
162
+ content_editable: string;
163
+ enter_key_hint: string;
164
+ is_content_editable: boolean;
165
+ input_mode: string;
166
+ autofocus: boolean;
167
+ tab_index: number;
168
+ nonce: string | undefined;
169
+ };
170
+ export declare function extractHTMLAudioElement(elt: HTMLAudioElement): {
171
+ autoplay: boolean;
172
+ controls: boolean;
173
+ cross_origin: string | null;
174
+ current_src: string;
175
+ current_time: number;
176
+ default_muted: boolean;
177
+ default_playback_rate: number;
178
+ duration: number;
179
+ ended: boolean;
180
+ loop: boolean;
181
+ muted: boolean;
182
+ network_state: number;
183
+ paused: boolean;
184
+ playback_rate: number;
185
+ preload: "" | "metadata" | "none" | "auto";
186
+ ready_state: number;
187
+ seeking: boolean;
188
+ src: string;
189
+ volume: number;
190
+ preserves_pitch: boolean;
191
+ access_key: string;
192
+ access_key_label: string;
193
+ autocapitalize: string;
194
+ dir: string;
195
+ draggable: boolean;
196
+ hidden: boolean;
197
+ inert: boolean;
198
+ lang: string;
199
+ offset_height: number;
200
+ offset_left: number;
201
+ offset_top: number;
202
+ offset_width: number;
203
+ popover: string | null;
204
+ spellcheck: boolean;
205
+ title: string;
206
+ translate: boolean;
207
+ writing_suggestions: string;
208
+ content_editable: string;
209
+ enter_key_hint: string;
210
+ is_content_editable: boolean;
211
+ input_mode: string;
212
+ autofocus: boolean;
213
+ tab_index: number;
214
+ nonce: string | undefined;
215
+ };
216
+ export declare function extractHTMLButtonElement(elt: HTMLButtonElement): {
217
+ disabled: boolean;
218
+ name: string;
219
+ type: "button" | "submit" | "reset";
220
+ value: string;
221
+ form_action: string;
222
+ form_enctype: string;
223
+ form_method: string;
224
+ form_no_validate: boolean;
225
+ form_target: string;
226
+ popover_target_action: string;
227
+ access_key: string;
228
+ access_key_label: string;
229
+ autocapitalize: string;
230
+ dir: string;
231
+ draggable: boolean;
232
+ hidden: boolean;
233
+ inert: boolean;
234
+ lang: string;
235
+ offset_height: number;
236
+ offset_left: number;
237
+ offset_top: number;
238
+ offset_width: number;
239
+ popover: string | null;
240
+ spellcheck: boolean;
241
+ title: string;
242
+ translate: boolean;
243
+ writing_suggestions: string;
244
+ content_editable: string;
245
+ enter_key_hint: string;
246
+ is_content_editable: boolean;
247
+ input_mode: string;
248
+ autofocus: boolean;
249
+ tab_index: number;
250
+ nonce: string | undefined;
251
+ };
252
+ export declare function extractHTMLDataElement(elt: HTMLDataElement): {
253
+ value: string;
254
+ access_key: string;
255
+ access_key_label: string;
256
+ autocapitalize: string;
257
+ dir: string;
258
+ draggable: boolean;
259
+ hidden: boolean;
260
+ inert: boolean;
261
+ lang: string;
262
+ offset_height: number;
263
+ offset_left: number;
264
+ offset_top: number;
265
+ offset_width: number;
266
+ popover: string | null;
267
+ spellcheck: boolean;
268
+ title: string;
269
+ translate: boolean;
270
+ writing_suggestions: string;
271
+ content_editable: string;
272
+ enter_key_hint: string;
273
+ is_content_editable: boolean;
274
+ input_mode: string;
275
+ autofocus: boolean;
276
+ tab_index: number;
277
+ nonce: string | undefined;
278
+ };
279
+ export declare function extractHTMLEmbedElement(elt: HTMLEmbedElement): {
280
+ height: string;
281
+ src: string;
282
+ type: string;
283
+ width: string;
284
+ align: string;
285
+ name: string;
286
+ access_key: string;
287
+ access_key_label: string;
288
+ autocapitalize: string;
289
+ dir: string;
290
+ draggable: boolean;
291
+ hidden: boolean;
292
+ inert: boolean;
293
+ lang: string;
294
+ offset_height: number;
295
+ offset_left: number;
296
+ offset_top: number;
297
+ offset_width: number;
298
+ popover: string | null;
299
+ spellcheck: boolean;
300
+ title: string;
301
+ translate: boolean;
302
+ writing_suggestions: string;
303
+ content_editable: string;
304
+ enter_key_hint: string;
305
+ is_content_editable: boolean;
306
+ input_mode: string;
307
+ autofocus: boolean;
308
+ tab_index: number;
309
+ nonce: string | undefined;
310
+ };
311
+ export declare function extractHTMLFieldSetElement(elt: HTMLFieldSetElement): {
312
+ disabled: boolean;
313
+ name: string;
314
+ type: string;
315
+ validation_message: string;
316
+ will_validate: boolean;
317
+ access_key: string;
318
+ access_key_label: string;
319
+ autocapitalize: string;
320
+ dir: string;
321
+ draggable: boolean;
322
+ hidden: boolean;
323
+ inert: boolean;
324
+ lang: string;
325
+ offset_height: number;
326
+ offset_left: number;
327
+ offset_top: number;
328
+ offset_width: number;
329
+ popover: string | null;
330
+ spellcheck: boolean;
331
+ title: string;
332
+ translate: boolean;
333
+ writing_suggestions: string;
334
+ content_editable: string;
335
+ enter_key_hint: string;
336
+ is_content_editable: boolean;
337
+ input_mode: string;
338
+ autofocus: boolean;
339
+ tab_index: number;
340
+ nonce: string | undefined;
341
+ };
342
+ export declare function extractHTMLFormElement(elt: HTMLFormElement): {
343
+ accept_charset: string;
344
+ action: string;
345
+ autocomplete: AutoFillBase;
346
+ encoding: string;
347
+ enctype: string;
348
+ length: number;
349
+ method: string;
350
+ name: string;
351
+ no_validate: boolean;
352
+ target: string;
353
+ rel: string;
354
+ access_key: string;
355
+ access_key_label: string;
356
+ autocapitalize: string;
357
+ dir: string;
358
+ draggable: boolean;
359
+ hidden: boolean;
360
+ inert: boolean;
361
+ lang: string;
362
+ offset_height: number;
363
+ offset_left: number;
364
+ offset_top: number;
365
+ offset_width: number;
366
+ popover: string | null;
367
+ spellcheck: boolean;
368
+ title: string;
369
+ translate: boolean;
370
+ writing_suggestions: string;
371
+ content_editable: string;
372
+ enter_key_hint: string;
373
+ is_content_editable: boolean;
374
+ input_mode: string;
375
+ autofocus: boolean;
376
+ tab_index: number;
377
+ nonce: string | undefined;
378
+ };
379
+ export declare function extractHTMLIFrameElement(elt: HTMLIFrameElement): {
380
+ allow: string;
381
+ allow_fullscreen: boolean;
382
+ height: string;
383
+ name: string;
384
+ referrer_policy: ReferrerPolicy;
385
+ src: string;
386
+ srcdoc: string;
387
+ width: string;
388
+ align: string;
389
+ frame_border: string;
390
+ long_desc: string;
391
+ margin_height: string;
392
+ margin_width: string;
393
+ scrolling: string;
394
+ sandbox: DOMTokenList;
395
+ access_key: string;
396
+ access_key_label: string;
397
+ autocapitalize: string;
398
+ dir: string;
399
+ draggable: boolean;
400
+ hidden: boolean;
401
+ inert: boolean;
402
+ lang: string;
403
+ offset_height: number;
404
+ offset_left: number;
405
+ offset_top: number;
406
+ offset_width: number;
407
+ popover: string | null;
408
+ spellcheck: boolean;
409
+ title: string;
410
+ translate: boolean;
411
+ writing_suggestions: string;
412
+ content_editable: string;
413
+ enter_key_hint: string;
414
+ is_content_editable: boolean;
415
+ input_mode: string;
416
+ autofocus: boolean;
417
+ tab_index: number;
418
+ nonce: string | undefined;
419
+ };
420
+ export declare function extractHTMLImageElement(elt: HTMLImageElement): {
421
+ alt: string;
422
+ cross_origin: string | null;
423
+ decoding: "auto" | "async" | "sync";
424
+ height: number;
425
+ is_map: boolean;
426
+ loading: "eager" | "lazy";
427
+ natural_height: number;
428
+ natural_width: number;
429
+ referrer_policy: string;
430
+ sizes: string;
431
+ src: string;
432
+ srcset: string;
433
+ use_map: string;
434
+ width: number;
435
+ align: string;
436
+ border: string;
437
+ complete: boolean;
438
+ hspace: number;
439
+ long_desc: string;
440
+ lowsrc: string;
441
+ name: string;
442
+ vspace: number;
443
+ x: number;
444
+ y: number;
445
+ fetch_priority: "auto" | "high" | "low";
446
+ access_key: string;
447
+ access_key_label: string;
448
+ autocapitalize: string;
449
+ dir: string;
450
+ draggable: boolean;
451
+ hidden: boolean;
452
+ inert: boolean;
453
+ lang: string;
454
+ offset_height: number;
455
+ offset_left: number;
456
+ offset_top: number;
457
+ offset_width: number;
458
+ popover: string | null;
459
+ spellcheck: boolean;
460
+ title: string;
461
+ translate: boolean;
462
+ writing_suggestions: string;
463
+ content_editable: string;
464
+ enter_key_hint: string;
465
+ is_content_editable: boolean;
466
+ input_mode: string;
467
+ autofocus: boolean;
468
+ tab_index: number;
469
+ nonce: string | undefined;
470
+ };
471
+ export declare function extractHTMLInputElement(elt: HTMLInputElement): {
472
+ accept: string;
473
+ alt: string;
474
+ autocomplete: AutoFill;
475
+ checked: boolean;
476
+ default_checked: boolean;
477
+ default_value: string;
478
+ dir_name: string;
479
+ disabled: boolean;
480
+ height: number;
481
+ indeterminate: boolean;
482
+ max: string;
483
+ max_length: number;
484
+ min: string;
485
+ min_length: number;
486
+ multiple: boolean;
487
+ name: string;
488
+ pattern: string;
489
+ placeholder: string;
490
+ read_only: boolean;
491
+ required: boolean;
492
+ selection_direction: "none" | "forward" | "backward" | null;
493
+ selection_end: number | null;
494
+ selection_start: number | null;
495
+ size: number;
496
+ src: string;
497
+ step: string;
498
+ type: string;
499
+ value: string;
500
+ value_as_number: number;
501
+ width: number;
502
+ align: string;
503
+ capture: string;
504
+ form_action: string;
505
+ form_enctype: string;
506
+ form_method: string;
507
+ form_no_validate: boolean;
508
+ form_target: string;
509
+ use_map: string;
510
+ validation_message: string;
511
+ will_validate: boolean;
512
+ popover_target_action: string;
513
+ access_key: string;
514
+ access_key_label: string;
515
+ autocapitalize: string;
516
+ dir: string;
517
+ draggable: boolean;
518
+ hidden: boolean;
519
+ inert: boolean;
520
+ lang: string;
521
+ offset_height: number;
522
+ offset_left: number;
523
+ offset_top: number;
524
+ offset_width: number;
525
+ popover: string | null;
526
+ spellcheck: boolean;
527
+ title: string;
528
+ translate: boolean;
529
+ writing_suggestions: string;
530
+ content_editable: string;
531
+ enter_key_hint: string;
532
+ is_content_editable: boolean;
533
+ input_mode: string;
534
+ autofocus: boolean;
535
+ tab_index: number;
536
+ nonce: string | undefined;
537
+ };
538
+ export declare function extractHTMLLabelElement(elt: HTMLLabelElement): {
539
+ html_for: string;
540
+ access_key: string;
541
+ access_key_label: string;
542
+ autocapitalize: string;
543
+ dir: string;
544
+ draggable: boolean;
545
+ hidden: boolean;
546
+ inert: boolean;
547
+ lang: string;
548
+ offset_height: number;
549
+ offset_left: number;
550
+ offset_top: number;
551
+ offset_width: number;
552
+ popover: string | null;
553
+ spellcheck: boolean;
554
+ title: string;
555
+ translate: boolean;
556
+ writing_suggestions: string;
557
+ content_editable: string;
558
+ enter_key_hint: string;
559
+ is_content_editable: boolean;
560
+ input_mode: string;
561
+ autofocus: boolean;
562
+ tab_index: number;
563
+ nonce: string | undefined;
564
+ };
565
+ export declare function extractHTMLLiElement(elt: HTMLLIElement): {
566
+ value: number;
567
+ type: string;
568
+ access_key: string;
569
+ access_key_label: string;
570
+ autocapitalize: string;
571
+ dir: string;
572
+ draggable: boolean;
573
+ hidden: boolean;
574
+ inert: boolean;
575
+ lang: string;
576
+ offset_height: number;
577
+ offset_left: number;
578
+ offset_top: number;
579
+ offset_width: number;
580
+ popover: string | null;
581
+ spellcheck: boolean;
582
+ title: string;
583
+ translate: boolean;
584
+ writing_suggestions: string;
585
+ content_editable: string;
586
+ enter_key_hint: string;
587
+ is_content_editable: boolean;
588
+ input_mode: string;
589
+ autofocus: boolean;
590
+ tab_index: number;
591
+ nonce: string | undefined;
592
+ };
593
+ export declare function extractHTMLLinkElement(elt: HTMLLinkElement): {
594
+ as: string;
595
+ cross_origin: string | null;
596
+ disabled: boolean;
597
+ fetch_priority: "auto" | "high" | "low";
598
+ href: string;
599
+ href_lang: string;
600
+ image_sizes: string;
601
+ image_srcset: string;
602
+ integrity: string;
603
+ media: string;
604
+ referrer_policy: string;
605
+ rel: string;
606
+ type: string;
607
+ charset: string;
608
+ rev: string;
609
+ target: string;
610
+ sizes: DOMTokenList;
611
+ access_key: string;
612
+ access_key_label: string;
613
+ autocapitalize: string;
614
+ dir: string;
615
+ draggable: boolean;
616
+ hidden: boolean;
617
+ inert: boolean;
618
+ lang: string;
619
+ offset_height: number;
620
+ offset_left: number;
621
+ offset_top: number;
622
+ offset_width: number;
623
+ popover: string | null;
624
+ spellcheck: boolean;
625
+ title: string;
626
+ translate: boolean;
627
+ writing_suggestions: string;
628
+ content_editable: string;
629
+ enter_key_hint: string;
630
+ is_content_editable: boolean;
631
+ input_mode: string;
632
+ autofocus: boolean;
633
+ tab_index: number;
634
+ nonce: string | undefined;
635
+ };
636
+ export declare function extractHTMLMapElement(elt: HTMLMapElement): {
637
+ name: string;
638
+ access_key: string;
639
+ access_key_label: string;
640
+ autocapitalize: string;
641
+ dir: string;
642
+ draggable: boolean;
643
+ hidden: boolean;
644
+ inert: boolean;
645
+ lang: string;
646
+ offset_height: number;
647
+ offset_left: number;
648
+ offset_top: number;
649
+ offset_width: number;
650
+ popover: string | null;
651
+ spellcheck: boolean;
652
+ title: string;
653
+ translate: boolean;
654
+ writing_suggestions: string;
655
+ content_editable: string;
656
+ enter_key_hint: string;
657
+ is_content_editable: boolean;
658
+ input_mode: string;
659
+ autofocus: boolean;
660
+ tab_index: number;
661
+ nonce: string | undefined;
662
+ };
663
+ export declare function extractHTMLMeterElement(elt: HTMLMeterElement): {
664
+ high: number;
665
+ low: number;
666
+ max: number;
667
+ min: number;
668
+ optimum: number;
669
+ value: number;
670
+ access_key: string;
671
+ access_key_label: string;
672
+ autocapitalize: string;
673
+ dir: string;
674
+ draggable: boolean;
675
+ hidden: boolean;
676
+ inert: boolean;
677
+ lang: string;
678
+ offset_height: number;
679
+ offset_left: number;
680
+ offset_top: number;
681
+ offset_width: number;
682
+ popover: string | null;
683
+ spellcheck: boolean;
684
+ title: string;
685
+ translate: boolean;
686
+ writing_suggestions: string;
687
+ content_editable: string;
688
+ enter_key_hint: string;
689
+ is_content_editable: boolean;
690
+ input_mode: string;
691
+ autofocus: boolean;
692
+ tab_index: number;
693
+ nonce: string | undefined;
694
+ };
695
+ export declare function extractHTMLModElement(elt: HTMLModElement): {
696
+ cite: string;
697
+ dateTime: string;
698
+ access_key: string;
699
+ access_key_label: string;
700
+ autocapitalize: string;
701
+ dir: string;
702
+ draggable: boolean;
703
+ hidden: boolean;
704
+ inert: boolean;
705
+ lang: string;
706
+ offset_height: number;
707
+ offset_left: number;
708
+ offset_top: number;
709
+ offset_width: number;
710
+ popover: string | null;
711
+ spellcheck: boolean;
712
+ title: string;
713
+ translate: boolean;
714
+ writing_suggestions: string;
715
+ content_editable: string;
716
+ enter_key_hint: string;
717
+ is_content_editable: boolean;
718
+ input_mode: string;
719
+ autofocus: boolean;
720
+ tab_index: number;
721
+ nonce: string | undefined;
722
+ };
723
+ export declare function extractHTMLOListElement(elt: HTMLOListElement): {
724
+ reversed: boolean;
725
+ start: number;
726
+ type: string;
727
+ compact: boolean;
728
+ access_key: string;
729
+ access_key_label: string;
730
+ autocapitalize: string;
731
+ dir: string;
732
+ draggable: boolean;
733
+ hidden: boolean;
734
+ inert: boolean;
735
+ lang: string;
736
+ offset_height: number;
737
+ offset_left: number;
738
+ offset_top: number;
739
+ offset_width: number;
740
+ popover: string | null;
741
+ spellcheck: boolean;
742
+ title: string;
743
+ translate: boolean;
744
+ writing_suggestions: string;
745
+ content_editable: string;
746
+ enter_key_hint: string;
747
+ is_content_editable: boolean;
748
+ input_mode: string;
749
+ autofocus: boolean;
750
+ tab_index: number;
751
+ nonce: string | undefined;
752
+ };
753
+ export declare function extractHTMLObjectElement(elt: HTMLObjectElement): {
754
+ data: string;
755
+ height: string;
756
+ name: string;
757
+ type: string;
758
+ use_map: string;
759
+ width: string;
760
+ validation_message: string;
761
+ will_validate: boolean;
762
+ align: string;
763
+ archive: string;
764
+ border: string;
765
+ code: string;
766
+ code_base: string;
767
+ code_type: string;
768
+ declare: boolean;
769
+ hspace: number;
770
+ standby: string;
771
+ vspace: number;
772
+ access_key: string;
773
+ access_key_label: string;
774
+ autocapitalize: string;
775
+ dir: string;
776
+ draggable: boolean;
777
+ hidden: boolean;
778
+ inert: boolean;
779
+ lang: string;
780
+ offset_height: number;
781
+ offset_left: number;
782
+ offset_top: number;
783
+ offset_width: number;
784
+ popover: string | null;
785
+ spellcheck: boolean;
786
+ title: string;
787
+ translate: boolean;
788
+ writing_suggestions: string;
789
+ content_editable: string;
790
+ enter_key_hint: string;
791
+ is_content_editable: boolean;
792
+ input_mode: string;
793
+ autofocus: boolean;
794
+ tab_index: number;
795
+ nonce: string | undefined;
796
+ };
797
+ export declare function extractHTMLOptGroupElement(elt: HTMLOptGroupElement): {
798
+ disabled: boolean;
799
+ label: string;
800
+ access_key: string;
801
+ access_key_label: string;
802
+ autocapitalize: string;
803
+ dir: string;
804
+ draggable: boolean;
805
+ hidden: boolean;
806
+ inert: boolean;
807
+ lang: string;
808
+ offset_height: number;
809
+ offset_left: number;
810
+ offset_top: number;
811
+ offset_width: number;
812
+ popover: string | null;
813
+ spellcheck: boolean;
814
+ title: string;
815
+ translate: boolean;
816
+ writing_suggestions: string;
817
+ content_editable: string;
818
+ enter_key_hint: string;
819
+ is_content_editable: boolean;
820
+ input_mode: string;
821
+ autofocus: boolean;
822
+ tab_index: number;
823
+ nonce: string | undefined;
824
+ };
825
+ export declare function extractHTMLOptionElement(elt: HTMLOptionElement): {
826
+ default_selected: boolean;
827
+ disabled: boolean;
828
+ index: number;
829
+ label: string;
830
+ selected: boolean;
831
+ text: string;
832
+ value: string;
833
+ access_key: string;
834
+ access_key_label: string;
835
+ autocapitalize: string;
836
+ dir: string;
837
+ draggable: boolean;
838
+ hidden: boolean;
839
+ inert: boolean;
840
+ lang: string;
841
+ offset_height: number;
842
+ offset_left: number;
843
+ offset_top: number;
844
+ offset_width: number;
845
+ popover: string | null;
846
+ spellcheck: boolean;
847
+ title: string;
848
+ translate: boolean;
849
+ writing_suggestions: string;
850
+ content_editable: string;
851
+ enter_key_hint: string;
852
+ is_content_editable: boolean;
853
+ input_mode: string;
854
+ autofocus: boolean;
855
+ tab_index: number;
856
+ nonce: string | undefined;
857
+ };
858
+ export declare function extractHTMLOutputElement(elt: HTMLOutputElement): {
859
+ default_value: string;
860
+ name: string;
861
+ type: string;
862
+ value: string;
863
+ html_for: DOMTokenList;
864
+ validation_message: string;
865
+ will_validate: boolean;
866
+ access_key: string;
867
+ access_key_label: string;
868
+ autocapitalize: string;
869
+ dir: string;
870
+ draggable: boolean;
871
+ hidden: boolean;
872
+ inert: boolean;
873
+ lang: string;
874
+ offset_height: number;
875
+ offset_left: number;
876
+ offset_top: number;
877
+ offset_width: number;
878
+ popover: string | null;
879
+ spellcheck: boolean;
880
+ title: string;
881
+ translate: boolean;
882
+ writing_suggestions: string;
883
+ content_editable: string;
884
+ enter_key_hint: string;
885
+ is_content_editable: boolean;
886
+ input_mode: string;
887
+ autofocus: boolean;
888
+ tab_index: number;
889
+ nonce: string | undefined;
890
+ };
891
+ export declare function extractHTMLProgressElement(elt: HTMLProgressElement): {
892
+ max: number;
893
+ position: number;
894
+ value: number;
895
+ access_key: string;
896
+ access_key_label: string;
897
+ autocapitalize: string;
898
+ dir: string;
899
+ draggable: boolean;
900
+ hidden: boolean;
901
+ inert: boolean;
902
+ lang: string;
903
+ offset_height: number;
904
+ offset_left: number;
905
+ offset_top: number;
906
+ offset_width: number;
907
+ popover: string | null;
908
+ spellcheck: boolean;
909
+ title: string;
910
+ translate: boolean;
911
+ writing_suggestions: string;
912
+ content_editable: string;
913
+ enter_key_hint: string;
914
+ is_content_editable: boolean;
915
+ input_mode: string;
916
+ autofocus: boolean;
917
+ tab_index: number;
918
+ nonce: string | undefined;
919
+ };
920
+ export declare function extractHTMLQuoteElement(elt: HTMLQuoteElement): {
921
+ cite: string;
922
+ access_key: string;
923
+ access_key_label: string;
924
+ autocapitalize: string;
925
+ dir: string;
926
+ draggable: boolean;
927
+ hidden: boolean;
928
+ inert: boolean;
929
+ lang: string;
930
+ offset_height: number;
931
+ offset_left: number;
932
+ offset_top: number;
933
+ offset_width: number;
934
+ popover: string | null;
935
+ spellcheck: boolean;
936
+ title: string;
937
+ translate: boolean;
938
+ writing_suggestions: string;
939
+ content_editable: string;
940
+ enter_key_hint: string;
941
+ is_content_editable: boolean;
942
+ input_mode: string;
943
+ autofocus: boolean;
944
+ tab_index: number;
945
+ nonce: string | undefined;
946
+ };
947
+ export declare function extractHTMLCiteElement(elt: HTMLElement): {
948
+ access_key: string;
949
+ access_key_label: string;
950
+ autocapitalize: string;
951
+ dir: string;
952
+ draggable: boolean;
953
+ hidden: boolean;
954
+ inert: boolean;
955
+ lang: string;
956
+ offset_height: number;
957
+ offset_left: number;
958
+ offset_top: number;
959
+ offset_width: number;
960
+ popover: string | null;
961
+ spellcheck: boolean;
962
+ title: string;
963
+ translate: boolean;
964
+ writing_suggestions: string;
965
+ content_editable: string;
966
+ enter_key_hint: string;
967
+ is_content_editable: boolean;
968
+ input_mode: string;
969
+ autofocus: boolean;
970
+ tab_index: number;
971
+ nonce: string | undefined;
972
+ };
973
+ export declare function extractHTMLScriptElement(elt: HTMLScriptElement): {
974
+ async_: boolean;
975
+ cross_origin: string | null;
976
+ defer: boolean;
977
+ fetch_priority: "auto" | "high" | "low";
978
+ integrity: string;
979
+ no_module: boolean;
980
+ referrer_policy: string;
981
+ src: string;
982
+ text: string;
983
+ type: string;
984
+ charset: string;
985
+ event: any;
986
+ html_for: any;
987
+ access_key: string;
988
+ access_key_label: string;
989
+ autocapitalize: string;
990
+ dir: string;
991
+ draggable: boolean;
992
+ hidden: boolean;
993
+ inert: boolean;
994
+ lang: string;
995
+ offset_height: number;
996
+ offset_left: number;
997
+ offset_top: number;
998
+ offset_width: number;
999
+ popover: string | null;
1000
+ spellcheck: boolean;
1001
+ title: string;
1002
+ translate: boolean;
1003
+ writing_suggestions: string;
1004
+ content_editable: string;
1005
+ enter_key_hint: string;
1006
+ is_content_editable: boolean;
1007
+ input_mode: string;
1008
+ autofocus: boolean;
1009
+ tab_index: number;
1010
+ nonce: string | undefined;
1011
+ };
1012
+ export declare function extractHTMLSelectElement(elt: HTMLSelectElement): {
1013
+ autocomplete: AutoFill;
1014
+ disabled: boolean;
1015
+ length: number;
1016
+ multiple: boolean;
1017
+ name: string;
1018
+ required: boolean;
1019
+ selected_index: number;
1020
+ size: number;
1021
+ type: "select-one" | "select-multiple";
1022
+ value: string;
1023
+ validation_message: string;
1024
+ will_validate: boolean;
1025
+ access_key: string;
1026
+ access_key_label: string;
1027
+ autocapitalize: string;
1028
+ dir: string;
1029
+ draggable: boolean;
1030
+ hidden: boolean;
1031
+ inert: boolean;
1032
+ lang: string;
1033
+ offset_height: number;
1034
+ offset_left: number;
1035
+ offset_top: number;
1036
+ offset_width: number;
1037
+ popover: string | null;
1038
+ spellcheck: boolean;
1039
+ title: string;
1040
+ translate: boolean;
1041
+ writing_suggestions: string;
1042
+ content_editable: string;
1043
+ enter_key_hint: string;
1044
+ is_content_editable: boolean;
1045
+ input_mode: string;
1046
+ autofocus: boolean;
1047
+ tab_index: number;
1048
+ nonce: string | undefined;
1049
+ };
1050
+ export declare function extractHTMLSlotElement(elt: HTMLSlotElement): {
1051
+ name: string;
1052
+ access_key: string;
1053
+ access_key_label: string;
1054
+ autocapitalize: string;
1055
+ dir: string;
1056
+ draggable: boolean;
1057
+ hidden: boolean;
1058
+ inert: boolean;
1059
+ lang: string;
1060
+ offset_height: number;
1061
+ offset_left: number;
1062
+ offset_top: number;
1063
+ offset_width: number;
1064
+ popover: string | null;
1065
+ spellcheck: boolean;
1066
+ title: string;
1067
+ translate: boolean;
1068
+ writing_suggestions: string;
1069
+ content_editable: string;
1070
+ enter_key_hint: string;
1071
+ is_content_editable: boolean;
1072
+ input_mode: string;
1073
+ autofocus: boolean;
1074
+ tab_index: number;
1075
+ nonce: string | undefined;
1076
+ };
1077
+ export declare function extractHTMLSourceElement(elt: HTMLSourceElement): {
1078
+ height: number;
1079
+ media: string;
1080
+ sizes: string;
1081
+ src: string;
1082
+ srcset: string;
1083
+ type: string;
1084
+ width: number;
1085
+ access_key: string;
1086
+ access_key_label: string;
1087
+ autocapitalize: string;
1088
+ dir: string;
1089
+ draggable: boolean;
1090
+ hidden: boolean;
1091
+ inert: boolean;
1092
+ lang: string;
1093
+ offset_height: number;
1094
+ offset_left: number;
1095
+ offset_top: number;
1096
+ offset_width: number;
1097
+ popover: string | null;
1098
+ spellcheck: boolean;
1099
+ title: string;
1100
+ translate: boolean;
1101
+ writing_suggestions: string;
1102
+ content_editable: string;
1103
+ enter_key_hint: string;
1104
+ is_content_editable: boolean;
1105
+ input_mode: string;
1106
+ autofocus: boolean;
1107
+ tab_index: number;
1108
+ nonce: string | undefined;
1109
+ };
1110
+ export declare function extractHTMLTableCaptionElement(elt: HTMLTableCaptionElement): {
1111
+ align: string;
1112
+ access_key: string;
1113
+ access_key_label: string;
1114
+ autocapitalize: string;
1115
+ dir: string;
1116
+ draggable: boolean;
1117
+ hidden: boolean;
1118
+ inert: boolean;
1119
+ lang: string;
1120
+ offset_height: number;
1121
+ offset_left: number;
1122
+ offset_top: number;
1123
+ offset_width: number;
1124
+ popover: string | null;
1125
+ spellcheck: boolean;
1126
+ title: string;
1127
+ translate: boolean;
1128
+ writing_suggestions: string;
1129
+ content_editable: string;
1130
+ enter_key_hint: string;
1131
+ is_content_editable: boolean;
1132
+ input_mode: string;
1133
+ autofocus: boolean;
1134
+ tab_index: number;
1135
+ nonce: string | undefined;
1136
+ };
1137
+ export declare function extractHTMLTableCellElement(elt: HTMLTableCellElement): {
1138
+ abbr: string;
1139
+ cell_index: number;
1140
+ col_span: number;
1141
+ headers: string;
1142
+ row_span: number;
1143
+ scope: string;
1144
+ align: string;
1145
+ axis: string;
1146
+ bg_color: string;
1147
+ ch: string;
1148
+ ch_off: string;
1149
+ height: string;
1150
+ no_wrap: boolean;
1151
+ v_align: string;
1152
+ width: string;
1153
+ access_key: string;
1154
+ access_key_label: string;
1155
+ autocapitalize: string;
1156
+ dir: string;
1157
+ draggable: boolean;
1158
+ hidden: boolean;
1159
+ inert: boolean;
1160
+ lang: string;
1161
+ offset_height: number;
1162
+ offset_left: number;
1163
+ offset_top: number;
1164
+ offset_width: number;
1165
+ popover: string | null;
1166
+ spellcheck: boolean;
1167
+ title: string;
1168
+ translate: boolean;
1169
+ writing_suggestions: string;
1170
+ content_editable: string;
1171
+ enter_key_hint: string;
1172
+ is_content_editable: boolean;
1173
+ input_mode: string;
1174
+ autofocus: boolean;
1175
+ tab_index: number;
1176
+ nonce: string | undefined;
1177
+ };
1178
+ export declare function extractHTMLTableColElement(elt: HTMLTableColElement): {
1179
+ span: number;
1180
+ align: string;
1181
+ ch: string;
1182
+ ch_off: string;
1183
+ v_align: string;
1184
+ width: string;
1185
+ access_key: string;
1186
+ access_key_label: string;
1187
+ autocapitalize: string;
1188
+ dir: string;
1189
+ draggable: boolean;
1190
+ hidden: boolean;
1191
+ inert: boolean;
1192
+ lang: string;
1193
+ offset_height: number;
1194
+ offset_left: number;
1195
+ offset_top: number;
1196
+ offset_width: number;
1197
+ popover: string | null;
1198
+ spellcheck: boolean;
1199
+ title: string;
1200
+ translate: boolean;
1201
+ writing_suggestions: string;
1202
+ content_editable: string;
1203
+ enter_key_hint: string;
1204
+ is_content_editable: boolean;
1205
+ input_mode: string;
1206
+ autofocus: boolean;
1207
+ tab_index: number;
1208
+ nonce: string | undefined;
1209
+ };
1210
+ export declare function extractHTMLTableElement(elt: HTMLTableElement): {
1211
+ align: string;
1212
+ bg_color: string;
1213
+ border: string;
1214
+ cell_padding: string;
1215
+ cell_spacing: string;
1216
+ frame: string;
1217
+ rules: string;
1218
+ summary: string;
1219
+ width: string;
1220
+ access_key: string;
1221
+ access_key_label: string;
1222
+ autocapitalize: string;
1223
+ dir: string;
1224
+ draggable: boolean;
1225
+ hidden: boolean;
1226
+ inert: boolean;
1227
+ lang: string;
1228
+ offset_height: number;
1229
+ offset_left: number;
1230
+ offset_top: number;
1231
+ offset_width: number;
1232
+ popover: string | null;
1233
+ spellcheck: boolean;
1234
+ title: string;
1235
+ translate: boolean;
1236
+ writing_suggestions: string;
1237
+ content_editable: string;
1238
+ enter_key_hint: string;
1239
+ is_content_editable: boolean;
1240
+ input_mode: string;
1241
+ autofocus: boolean;
1242
+ tab_index: number;
1243
+ nonce: string | undefined;
1244
+ };
1245
+ export declare function extractHTMLTableRowElement(elt: HTMLTableRowElement): {
1246
+ row_index: number;
1247
+ section_row_index: number;
1248
+ align: string;
1249
+ bg_color: string;
1250
+ ch: string;
1251
+ ch_off: string;
1252
+ v_align: string;
1253
+ access_key: string;
1254
+ access_key_label: string;
1255
+ autocapitalize: string;
1256
+ dir: string;
1257
+ draggable: boolean;
1258
+ hidden: boolean;
1259
+ inert: boolean;
1260
+ lang: string;
1261
+ offset_height: number;
1262
+ offset_left: number;
1263
+ offset_top: number;
1264
+ offset_width: number;
1265
+ popover: string | null;
1266
+ spellcheck: boolean;
1267
+ title: string;
1268
+ translate: boolean;
1269
+ writing_suggestions: string;
1270
+ content_editable: string;
1271
+ enter_key_hint: string;
1272
+ is_content_editable: boolean;
1273
+ input_mode: string;
1274
+ autofocus: boolean;
1275
+ tab_index: number;
1276
+ nonce: string | undefined;
1277
+ };
1278
+ export declare function extractHTMLTableSectionElement(elt: HTMLTableSectionElement): {
1279
+ align: string;
1280
+ ch: string;
1281
+ ch_off: string;
1282
+ v_align: string;
1283
+ access_key: string;
1284
+ access_key_label: string;
1285
+ autocapitalize: string;
1286
+ dir: string;
1287
+ draggable: boolean;
1288
+ hidden: boolean;
1289
+ inert: boolean;
1290
+ lang: string;
1291
+ offset_height: number;
1292
+ offset_left: number;
1293
+ offset_top: number;
1294
+ offset_width: number;
1295
+ popover: string | null;
1296
+ spellcheck: boolean;
1297
+ title: string;
1298
+ translate: boolean;
1299
+ writing_suggestions: string;
1300
+ content_editable: string;
1301
+ enter_key_hint: string;
1302
+ is_content_editable: boolean;
1303
+ input_mode: string;
1304
+ autofocus: boolean;
1305
+ tab_index: number;
1306
+ nonce: string | undefined;
1307
+ };
1308
+ export declare function extractHTMLTemplateElement(elt: HTMLTemplateElement): {
1309
+ access_key: string;
1310
+ access_key_label: string;
1311
+ autocapitalize: string;
1312
+ dir: string;
1313
+ draggable: boolean;
1314
+ hidden: boolean;
1315
+ inert: boolean;
1316
+ lang: string;
1317
+ offset_height: number;
1318
+ offset_left: number;
1319
+ offset_top: number;
1320
+ offset_width: number;
1321
+ popover: string | null;
1322
+ spellcheck: boolean;
1323
+ title: string;
1324
+ translate: boolean;
1325
+ writing_suggestions: string;
1326
+ content_editable: string;
1327
+ enter_key_hint: string;
1328
+ is_content_editable: boolean;
1329
+ input_mode: string;
1330
+ autofocus: boolean;
1331
+ tab_index: number;
1332
+ nonce: string | undefined;
1333
+ };
1334
+ export declare function extractHTMLTextAreaElement(elt: HTMLTextAreaElement): {
1335
+ autocomplete: AutoFill;
1336
+ cols: number;
1337
+ default_value: string;
1338
+ dir_name: string;
1339
+ disabled: boolean;
1340
+ max_length: number;
1341
+ min_length: number;
1342
+ name: string;
1343
+ placeholder: string;
1344
+ read_only: boolean;
1345
+ required: boolean;
1346
+ rows: number;
1347
+ selection_direction: "none" | "forward" | "backward";
1348
+ selection_end: number;
1349
+ selection_start: number;
1350
+ value: string;
1351
+ wrap: string;
1352
+ text_length: number;
1353
+ validation_message: string;
1354
+ will_validate: boolean;
1355
+ access_key: string;
1356
+ access_key_label: string;
1357
+ autocapitalize: string;
1358
+ dir: string;
1359
+ draggable: boolean;
1360
+ hidden: boolean;
1361
+ inert: boolean;
1362
+ lang: string;
1363
+ offset_height: number;
1364
+ offset_left: number;
1365
+ offset_top: number;
1366
+ offset_width: number;
1367
+ popover: string | null;
1368
+ spellcheck: boolean;
1369
+ title: string;
1370
+ translate: boolean;
1371
+ writing_suggestions: string;
1372
+ content_editable: string;
1373
+ enter_key_hint: string;
1374
+ is_content_editable: boolean;
1375
+ input_mode: string;
1376
+ autofocus: boolean;
1377
+ tab_index: number;
1378
+ nonce: string | undefined;
1379
+ };
1380
+ export declare function extractHTMLTimeElement(elt: HTMLTimeElement): {
1381
+ datetime: string;
1382
+ access_key: string;
1383
+ access_key_label: string;
1384
+ autocapitalize: string;
1385
+ dir: string;
1386
+ draggable: boolean;
1387
+ hidden: boolean;
1388
+ inert: boolean;
1389
+ lang: string;
1390
+ offset_height: number;
1391
+ offset_left: number;
1392
+ offset_top: number;
1393
+ offset_width: number;
1394
+ popover: string | null;
1395
+ spellcheck: boolean;
1396
+ title: string;
1397
+ translate: boolean;
1398
+ writing_suggestions: string;
1399
+ content_editable: string;
1400
+ enter_key_hint: string;
1401
+ is_content_editable: boolean;
1402
+ input_mode: string;
1403
+ autofocus: boolean;
1404
+ tab_index: number;
1405
+ nonce: string | undefined;
1406
+ };
1407
+ export declare function extractHTMLTrackElement(elt: HTMLTrackElement): {
1408
+ default: boolean;
1409
+ kind: string;
1410
+ label: string;
1411
+ ready_state: number;
1412
+ src: string;
1413
+ srclang: string;
1414
+ access_key: string;
1415
+ access_key_label: string;
1416
+ autocapitalize: string;
1417
+ dir: string;
1418
+ draggable: boolean;
1419
+ hidden: boolean;
1420
+ inert: boolean;
1421
+ lang: string;
1422
+ offset_height: number;
1423
+ offset_left: number;
1424
+ offset_top: number;
1425
+ offset_width: number;
1426
+ popover: string | null;
1427
+ spellcheck: boolean;
1428
+ title: string;
1429
+ translate: boolean;
1430
+ writing_suggestions: string;
1431
+ content_editable: string;
1432
+ enter_key_hint: string;
1433
+ is_content_editable: boolean;
1434
+ input_mode: string;
1435
+ autofocus: boolean;
1436
+ tab_index: number;
1437
+ nonce: string | undefined;
1438
+ };
1439
+ export declare function extractHTMLVideoElement(elt: HTMLVideoElement): {
1440
+ height: number;
1441
+ poster: string;
1442
+ video_height: number;
1443
+ video_width: number;
1444
+ width: number;
1445
+ plays_inline: boolean;
1446
+ autoplay: boolean;
1447
+ controls: boolean;
1448
+ cross_origin: string | null;
1449
+ current_src: string;
1450
+ current_time: number;
1451
+ default_muted: boolean;
1452
+ default_playback_rate: number;
1453
+ duration: number;
1454
+ ended: boolean;
1455
+ loop: boolean;
1456
+ muted: boolean;
1457
+ network_state: number;
1458
+ paused: boolean;
1459
+ playback_rate: number;
1460
+ preload: "" | "metadata" | "none" | "auto";
1461
+ ready_state: number;
1462
+ seeking: boolean;
1463
+ src: string;
1464
+ volume: number;
1465
+ preserves_pitch: boolean;
1466
+ access_key: string;
1467
+ access_key_label: string;
1468
+ autocapitalize: string;
1469
+ dir: string;
1470
+ draggable: boolean;
1471
+ hidden: boolean;
1472
+ inert: boolean;
1473
+ lang: string;
1474
+ offset_height: number;
1475
+ offset_left: number;
1476
+ offset_top: number;
1477
+ offset_width: number;
1478
+ popover: string | null;
1479
+ spellcheck: boolean;
1480
+ title: string;
1481
+ translate: boolean;
1482
+ writing_suggestions: string;
1483
+ content_editable: string;
1484
+ enter_key_hint: string;
1485
+ is_content_editable: boolean;
1486
+ input_mode: string;
1487
+ autofocus: boolean;
1488
+ tab_index: number;
1489
+ nonce: string | undefined;
1490
+ };
1491
+ export declare function extractHTMLBRElement(elt: HTMLBRElement): {
1492
+ clear: string;
1493
+ access_key: string;
1494
+ access_key_label: string;
1495
+ autocapitalize: string;
1496
+ dir: string;
1497
+ draggable: boolean;
1498
+ hidden: boolean;
1499
+ inert: boolean;
1500
+ lang: string;
1501
+ offset_height: number;
1502
+ offset_left: number;
1503
+ offset_top: number;
1504
+ offset_width: number;
1505
+ popover: string | null;
1506
+ spellcheck: boolean;
1507
+ title: string;
1508
+ translate: boolean;
1509
+ writing_suggestions: string;
1510
+ content_editable: string;
1511
+ enter_key_hint: string;
1512
+ is_content_editable: boolean;
1513
+ input_mode: string;
1514
+ autofocus: boolean;
1515
+ tab_index: number;
1516
+ nonce: string | undefined;
1517
+ };
1518
+ export declare function extractHTMLBaseElement(elt: HTMLBaseElement): {
1519
+ href: string;
1520
+ target: string;
1521
+ access_key: string;
1522
+ access_key_label: string;
1523
+ autocapitalize: string;
1524
+ dir: string;
1525
+ draggable: boolean;
1526
+ hidden: boolean;
1527
+ inert: boolean;
1528
+ lang: string;
1529
+ offset_height: number;
1530
+ offset_left: number;
1531
+ offset_top: number;
1532
+ offset_width: number;
1533
+ popover: string | null;
1534
+ spellcheck: boolean;
1535
+ title: string;
1536
+ translate: boolean;
1537
+ writing_suggestions: string;
1538
+ content_editable: string;
1539
+ enter_key_hint: string;
1540
+ is_content_editable: boolean;
1541
+ input_mode: string;
1542
+ autofocus: boolean;
1543
+ tab_index: number;
1544
+ nonce: string | undefined;
1545
+ };
1546
+ export declare function extractHTMLBodyElement(elt: HTMLBodyElement): {
1547
+ a_link: string;
1548
+ background: string;
1549
+ bg_color: string;
1550
+ link: string;
1551
+ text: string;
1552
+ v_link: string;
1553
+ access_key: string;
1554
+ access_key_label: string;
1555
+ autocapitalize: string;
1556
+ dir: string;
1557
+ draggable: boolean;
1558
+ hidden: boolean;
1559
+ inert: boolean;
1560
+ lang: string;
1561
+ offset_height: number;
1562
+ offset_left: number;
1563
+ offset_top: number;
1564
+ offset_width: number;
1565
+ popover: string | null;
1566
+ spellcheck: boolean;
1567
+ title: string;
1568
+ translate: boolean;
1569
+ writing_suggestions: string;
1570
+ content_editable: string;
1571
+ enter_key_hint: string;
1572
+ is_content_editable: boolean;
1573
+ input_mode: string;
1574
+ autofocus: boolean;
1575
+ tab_index: number;
1576
+ nonce: string | undefined;
1577
+ };
1578
+ export declare function extractHTMLDListElement(elt: HTMLDListElement): {
1579
+ compact: boolean;
1580
+ access_key: string;
1581
+ access_key_label: string;
1582
+ autocapitalize: string;
1583
+ dir: string;
1584
+ draggable: boolean;
1585
+ hidden: boolean;
1586
+ inert: boolean;
1587
+ lang: string;
1588
+ offset_height: number;
1589
+ offset_left: number;
1590
+ offset_top: number;
1591
+ offset_width: number;
1592
+ popover: string | null;
1593
+ spellcheck: boolean;
1594
+ title: string;
1595
+ translate: boolean;
1596
+ writing_suggestions: string;
1597
+ content_editable: string;
1598
+ enter_key_hint: string;
1599
+ is_content_editable: boolean;
1600
+ input_mode: string;
1601
+ autofocus: boolean;
1602
+ tab_index: number;
1603
+ nonce: string | undefined;
1604
+ };
1605
+ export declare function extractHTMLDetailsElement(elt: HTMLDetailsElement): {
1606
+ open: boolean;
1607
+ access_key: string;
1608
+ access_key_label: string;
1609
+ autocapitalize: string;
1610
+ dir: string;
1611
+ draggable: boolean;
1612
+ hidden: boolean;
1613
+ inert: boolean;
1614
+ lang: string;
1615
+ offset_height: number;
1616
+ offset_left: number;
1617
+ offset_top: number;
1618
+ offset_width: number;
1619
+ popover: string | null;
1620
+ spellcheck: boolean;
1621
+ title: string;
1622
+ translate: boolean;
1623
+ writing_suggestions: string;
1624
+ content_editable: string;
1625
+ enter_key_hint: string;
1626
+ is_content_editable: boolean;
1627
+ input_mode: string;
1628
+ autofocus: boolean;
1629
+ tab_index: number;
1630
+ nonce: string | undefined;
1631
+ };
1632
+ export declare function extractHTMLDialogElement(elt: HTMLDialogElement): {
1633
+ open: boolean;
1634
+ return_value: string;
1635
+ access_key: string;
1636
+ access_key_label: string;
1637
+ autocapitalize: string;
1638
+ dir: string;
1639
+ draggable: boolean;
1640
+ hidden: boolean;
1641
+ inert: boolean;
1642
+ lang: string;
1643
+ offset_height: number;
1644
+ offset_left: number;
1645
+ offset_top: number;
1646
+ offset_width: number;
1647
+ popover: string | null;
1648
+ spellcheck: boolean;
1649
+ title: string;
1650
+ translate: boolean;
1651
+ writing_suggestions: string;
1652
+ content_editable: string;
1653
+ enter_key_hint: string;
1654
+ is_content_editable: boolean;
1655
+ input_mode: string;
1656
+ autofocus: boolean;
1657
+ tab_index: number;
1658
+ nonce: string | undefined;
1659
+ };
1660
+ export declare function extractHTMLDivElement(elt: HTMLDivElement): {
1661
+ align: string;
1662
+ access_key: string;
1663
+ access_key_label: string;
1664
+ autocapitalize: string;
1665
+ dir: string;
1666
+ draggable: boolean;
1667
+ hidden: boolean;
1668
+ inert: boolean;
1669
+ lang: string;
1670
+ offset_height: number;
1671
+ offset_left: number;
1672
+ offset_top: number;
1673
+ offset_width: number;
1674
+ popover: string | null;
1675
+ spellcheck: boolean;
1676
+ title: string;
1677
+ translate: boolean;
1678
+ writing_suggestions: string;
1679
+ content_editable: string;
1680
+ enter_key_hint: string;
1681
+ is_content_editable: boolean;
1682
+ input_mode: string;
1683
+ autofocus: boolean;
1684
+ tab_index: number;
1685
+ nonce: string | undefined;
1686
+ };
1687
+ export declare function extractHTMLHeadElement(elt: HTMLHeadElement): {
1688
+ access_key: string;
1689
+ access_key_label: string;
1690
+ autocapitalize: string;
1691
+ dir: string;
1692
+ draggable: boolean;
1693
+ hidden: boolean;
1694
+ inert: boolean;
1695
+ lang: string;
1696
+ offset_height: number;
1697
+ offset_left: number;
1698
+ offset_top: number;
1699
+ offset_width: number;
1700
+ popover: string | null;
1701
+ spellcheck: boolean;
1702
+ title: string;
1703
+ translate: boolean;
1704
+ writing_suggestions: string;
1705
+ content_editable: string;
1706
+ enter_key_hint: string;
1707
+ is_content_editable: boolean;
1708
+ input_mode: string;
1709
+ autofocus: boolean;
1710
+ tab_index: number;
1711
+ nonce: string | undefined;
1712
+ };
1713
+ export declare function extractHTMLHeadingElement(elt: HTMLHeadingElement): {
1714
+ align: string;
1715
+ access_key: string;
1716
+ access_key_label: string;
1717
+ autocapitalize: string;
1718
+ dir: string;
1719
+ draggable: boolean;
1720
+ hidden: boolean;
1721
+ inert: boolean;
1722
+ lang: string;
1723
+ offset_height: number;
1724
+ offset_left: number;
1725
+ offset_top: number;
1726
+ offset_width: number;
1727
+ popover: string | null;
1728
+ spellcheck: boolean;
1729
+ title: string;
1730
+ translate: boolean;
1731
+ writing_suggestions: string;
1732
+ content_editable: string;
1733
+ enter_key_hint: string;
1734
+ is_content_editable: boolean;
1735
+ input_mode: string;
1736
+ autofocus: boolean;
1737
+ tab_index: number;
1738
+ nonce: string | undefined;
1739
+ };
1740
+ export declare function extractHTMLHRElement(elt: HTMLHRElement): {
1741
+ align: string;
1742
+ color: string;
1743
+ no_shade: boolean;
1744
+ size: string;
1745
+ width: string;
1746
+ access_key: string;
1747
+ access_key_label: string;
1748
+ autocapitalize: string;
1749
+ dir: string;
1750
+ draggable: boolean;
1751
+ hidden: boolean;
1752
+ inert: boolean;
1753
+ lang: string;
1754
+ offset_height: number;
1755
+ offset_left: number;
1756
+ offset_top: number;
1757
+ offset_width: number;
1758
+ popover: string | null;
1759
+ spellcheck: boolean;
1760
+ title: string;
1761
+ translate: boolean;
1762
+ writing_suggestions: string;
1763
+ content_editable: string;
1764
+ enter_key_hint: string;
1765
+ is_content_editable: boolean;
1766
+ input_mode: string;
1767
+ autofocus: boolean;
1768
+ tab_index: number;
1769
+ nonce: string | undefined;
1770
+ };
1771
+ export declare function extractHTMLHtmlElement(elt: HTMLHtmlElement): {
1772
+ version: string;
1773
+ access_key: string;
1774
+ access_key_label: string;
1775
+ autocapitalize: string;
1776
+ dir: string;
1777
+ draggable: boolean;
1778
+ hidden: boolean;
1779
+ inert: boolean;
1780
+ lang: string;
1781
+ offset_height: number;
1782
+ offset_left: number;
1783
+ offset_top: number;
1784
+ offset_width: number;
1785
+ popover: string | null;
1786
+ spellcheck: boolean;
1787
+ title: string;
1788
+ translate: boolean;
1789
+ writing_suggestions: string;
1790
+ content_editable: string;
1791
+ enter_key_hint: string;
1792
+ is_content_editable: boolean;
1793
+ input_mode: string;
1794
+ autofocus: boolean;
1795
+ tab_index: number;
1796
+ nonce: string | undefined;
1797
+ };
1798
+ export declare function extractHTMLMenuElement(elt: HTMLMenuElement): {
1799
+ access_key: string;
1800
+ access_key_label: string;
1801
+ autocapitalize: string;
1802
+ dir: string;
1803
+ draggable: boolean;
1804
+ hidden: boolean;
1805
+ inert: boolean;
1806
+ lang: string;
1807
+ offset_height: number;
1808
+ offset_left: number;
1809
+ offset_top: number;
1810
+ offset_width: number;
1811
+ popover: string | null;
1812
+ spellcheck: boolean;
1813
+ title: string;
1814
+ translate: boolean;
1815
+ writing_suggestions: string;
1816
+ content_editable: string;
1817
+ enter_key_hint: string;
1818
+ is_content_editable: boolean;
1819
+ input_mode: string;
1820
+ autofocus: boolean;
1821
+ tab_index: number;
1822
+ nonce: string | undefined;
1823
+ };
1824
+ export declare function extractHTMLMetaElement(elt: HTMLMetaElement): {
1825
+ content: string;
1826
+ http_equiv: string;
1827
+ name: string;
1828
+ scheme: string;
1829
+ access_key: string;
1830
+ access_key_label: string;
1831
+ autocapitalize: string;
1832
+ dir: string;
1833
+ draggable: boolean;
1834
+ hidden: boolean;
1835
+ inert: boolean;
1836
+ lang: string;
1837
+ offset_height: number;
1838
+ offset_left: number;
1839
+ offset_top: number;
1840
+ offset_width: number;
1841
+ popover: string | null;
1842
+ spellcheck: boolean;
1843
+ title: string;
1844
+ translate: boolean;
1845
+ writing_suggestions: string;
1846
+ content_editable: string;
1847
+ enter_key_hint: string;
1848
+ is_content_editable: boolean;
1849
+ input_mode: string;
1850
+ autofocus: boolean;
1851
+ tab_index: number;
1852
+ nonce: string | undefined;
1853
+ };
1854
+ export declare function extractHTMLParagraphElement(elt: HTMLParagraphElement): {
1855
+ align: string;
1856
+ access_key: string;
1857
+ access_key_label: string;
1858
+ autocapitalize: string;
1859
+ dir: string;
1860
+ draggable: boolean;
1861
+ hidden: boolean;
1862
+ inert: boolean;
1863
+ lang: string;
1864
+ offset_height: number;
1865
+ offset_left: number;
1866
+ offset_top: number;
1867
+ offset_width: number;
1868
+ popover: string | null;
1869
+ spellcheck: boolean;
1870
+ title: string;
1871
+ translate: boolean;
1872
+ writing_suggestions: string;
1873
+ content_editable: string;
1874
+ enter_key_hint: string;
1875
+ is_content_editable: boolean;
1876
+ input_mode: string;
1877
+ autofocus: boolean;
1878
+ tab_index: number;
1879
+ nonce: string | undefined;
1880
+ };
1881
+ export declare function extractHTMLPictureElement(elt: HTMLPictureElement): {
1882
+ access_key: string;
1883
+ access_key_label: string;
1884
+ autocapitalize: string;
1885
+ dir: string;
1886
+ draggable: boolean;
1887
+ hidden: boolean;
1888
+ inert: boolean;
1889
+ lang: string;
1890
+ offset_height: number;
1891
+ offset_left: number;
1892
+ offset_top: number;
1893
+ offset_width: number;
1894
+ popover: string | null;
1895
+ spellcheck: boolean;
1896
+ title: string;
1897
+ translate: boolean;
1898
+ writing_suggestions: string;
1899
+ content_editable: string;
1900
+ enter_key_hint: string;
1901
+ is_content_editable: boolean;
1902
+ input_mode: string;
1903
+ autofocus: boolean;
1904
+ tab_index: number;
1905
+ nonce: string | undefined;
1906
+ };
1907
+ export declare function extractHTMLPreElement(elt: HTMLPreElement): {
1908
+ width: number;
1909
+ access_key: string;
1910
+ access_key_label: string;
1911
+ autocapitalize: string;
1912
+ dir: string;
1913
+ draggable: boolean;
1914
+ hidden: boolean;
1915
+ inert: boolean;
1916
+ lang: string;
1917
+ offset_height: number;
1918
+ offset_left: number;
1919
+ offset_top: number;
1920
+ offset_width: number;
1921
+ popover: string | null;
1922
+ spellcheck: boolean;
1923
+ title: string;
1924
+ translate: boolean;
1925
+ writing_suggestions: string;
1926
+ content_editable: string;
1927
+ enter_key_hint: string;
1928
+ is_content_editable: boolean;
1929
+ input_mode: string;
1930
+ autofocus: boolean;
1931
+ tab_index: number;
1932
+ nonce: string | undefined;
1933
+ };
1934
+ export declare function extractHTMLSpanElement(elt: HTMLSpanElement): {
1935
+ access_key: string;
1936
+ access_key_label: string;
1937
+ autocapitalize: string;
1938
+ dir: string;
1939
+ draggable: boolean;
1940
+ hidden: boolean;
1941
+ inert: boolean;
1942
+ lang: string;
1943
+ offset_height: number;
1944
+ offset_left: number;
1945
+ offset_top: number;
1946
+ offset_width: number;
1947
+ popover: string | null;
1948
+ spellcheck: boolean;
1949
+ title: string;
1950
+ translate: boolean;
1951
+ writing_suggestions: string;
1952
+ content_editable: string;
1953
+ enter_key_hint: string;
1954
+ is_content_editable: boolean;
1955
+ input_mode: string;
1956
+ autofocus: boolean;
1957
+ tab_index: number;
1958
+ nonce: string | undefined;
1959
+ };
1960
+ export declare function extractHTMLStyleElement(elt: HTMLStyleElement): {
1961
+ media: string;
1962
+ type: string;
1963
+ disabled: boolean;
1964
+ access_key: string;
1965
+ access_key_label: string;
1966
+ autocapitalize: string;
1967
+ dir: string;
1968
+ draggable: boolean;
1969
+ hidden: boolean;
1970
+ inert: boolean;
1971
+ lang: string;
1972
+ offset_height: number;
1973
+ offset_left: number;
1974
+ offset_top: number;
1975
+ offset_width: number;
1976
+ popover: string | null;
1977
+ spellcheck: boolean;
1978
+ title: string;
1979
+ translate: boolean;
1980
+ writing_suggestions: string;
1981
+ content_editable: string;
1982
+ enter_key_hint: string;
1983
+ is_content_editable: boolean;
1984
+ input_mode: string;
1985
+ autofocus: boolean;
1986
+ tab_index: number;
1987
+ nonce: string | undefined;
1988
+ };
1989
+ export declare function extractHTMLTitleElement(elt: HTMLTitleElement): {
1990
+ text: string;
1991
+ access_key: string;
1992
+ access_key_label: string;
1993
+ autocapitalize: string;
1994
+ dir: string;
1995
+ draggable: boolean;
1996
+ hidden: boolean;
1997
+ inert: boolean;
1998
+ lang: string;
1999
+ offset_height: number;
2000
+ offset_left: number;
2001
+ offset_top: number;
2002
+ offset_width: number;
2003
+ popover: string | null;
2004
+ spellcheck: boolean;
2005
+ title: string;
2006
+ translate: boolean;
2007
+ writing_suggestions: string;
2008
+ content_editable: string;
2009
+ enter_key_hint: string;
2010
+ is_content_editable: boolean;
2011
+ input_mode: string;
2012
+ autofocus: boolean;
2013
+ tab_index: number;
2014
+ nonce: string | undefined;
2015
+ };
2016
+ export declare function extractHTMLUListElement(elt: HTMLUListElement): {
2017
+ compact: boolean;
2018
+ type: string;
2019
+ access_key: string;
2020
+ access_key_label: string;
2021
+ autocapitalize: string;
2022
+ dir: string;
2023
+ draggable: boolean;
2024
+ hidden: boolean;
2025
+ inert: boolean;
2026
+ lang: string;
2027
+ offset_height: number;
2028
+ offset_left: number;
2029
+ offset_top: number;
2030
+ offset_width: number;
2031
+ popover: string | null;
2032
+ spellcheck: boolean;
2033
+ title: string;
2034
+ translate: boolean;
2035
+ writing_suggestions: string;
2036
+ content_editable: string;
2037
+ enter_key_hint: string;
2038
+ is_content_editable: boolean;
2039
+ input_mode: string;
2040
+ autofocus: boolean;
2041
+ tab_index: number;
2042
+ nonce: string | undefined;
2043
+ };
2044
+ export declare function extractHTMLElement(elt: HTMLElement): object;
2045
+ export declare function extractSyntheticEvent(evt: React.SyntheticEvent): {
2046
+ target: object;
2047
+ bubbles: boolean;
2048
+ cancelable: boolean;
2049
+ default_prevented: boolean;
2050
+ event_phase: number;
2051
+ is_trusted: boolean;
2052
+ timestamp: number;
2053
+ type: string;
2054
+ };
2055
+ export declare function extractUIEvent(evt: React.UIEvent): {
2056
+ detail: number;
2057
+ target: object;
2058
+ bubbles: boolean;
2059
+ cancelable: boolean;
2060
+ default_prevented: boolean;
2061
+ event_phase: number;
2062
+ is_trusted: boolean;
2063
+ timestamp: number;
2064
+ type: string;
2065
+ };
2066
+ export declare function extractMouseEvent(evt: React.MouseEvent): {
2067
+ alt_key: boolean;
2068
+ button: number;
2069
+ buttons: number;
2070
+ client_x: number;
2071
+ client_y: number;
2072
+ ctrl_key: boolean;
2073
+ meta_key: boolean;
2074
+ movement_x: number;
2075
+ movement_y: number;
2076
+ page_x: number;
2077
+ page_y: number;
2078
+ related_target: object | null;
2079
+ screen_x: number;
2080
+ screen_y: number;
2081
+ shift_key: boolean;
2082
+ detail: number;
2083
+ target: object;
2084
+ bubbles: boolean;
2085
+ cancelable: boolean;
2086
+ default_prevented: boolean;
2087
+ event_phase: number;
2088
+ is_trusted: boolean;
2089
+ timestamp: number;
2090
+ type: string;
2091
+ };
2092
+ export declare function extractClipboardEvent(evt: React.ClipboardEvent): {
2093
+ clipboard_data: object | null;
2094
+ target: object;
2095
+ bubbles: boolean;
2096
+ cancelable: boolean;
2097
+ default_prevented: boolean;
2098
+ event_phase: number;
2099
+ is_trusted: boolean;
2100
+ timestamp: number;
2101
+ type: string;
2102
+ };
2103
+ export declare function extractCompositionEvent(evt: React.CompositionEvent): {
2104
+ data: string;
2105
+ target: object;
2106
+ bubbles: boolean;
2107
+ cancelable: boolean;
2108
+ default_prevented: boolean;
2109
+ event_phase: number;
2110
+ is_trusted: boolean;
2111
+ timestamp: number;
2112
+ type: string;
2113
+ };
2114
+ export declare function extractDragEvent(evt: React.DragEvent): {
2115
+ data_transfer: object | null;
2116
+ alt_key: boolean;
2117
+ button: number;
2118
+ buttons: number;
2119
+ client_x: number;
2120
+ client_y: number;
2121
+ ctrl_key: boolean;
2122
+ meta_key: boolean;
2123
+ movement_x: number;
2124
+ movement_y: number;
2125
+ page_x: number;
2126
+ page_y: number;
2127
+ related_target: object | null;
2128
+ screen_x: number;
2129
+ screen_y: number;
2130
+ shift_key: boolean;
2131
+ detail: number;
2132
+ target: object;
2133
+ bubbles: boolean;
2134
+ cancelable: boolean;
2135
+ default_prevented: boolean;
2136
+ event_phase: number;
2137
+ is_trusted: boolean;
2138
+ timestamp: number;
2139
+ type: string;
2140
+ };
2141
+ export declare function extractPointerEvent(evt: React.PointerEvent): {
2142
+ pointer_id: number;
2143
+ pressure: number;
2144
+ tangential_pressure: number;
2145
+ tilt_x: number;
2146
+ tilt_y: number;
2147
+ twist: number;
2148
+ width: number;
2149
+ height: number;
2150
+ pointer_type: "mouse" | "pen" | "touch";
2151
+ is_primary: boolean;
2152
+ alt_key: boolean;
2153
+ button: number;
2154
+ buttons: number;
2155
+ client_x: number;
2156
+ client_y: number;
2157
+ ctrl_key: boolean;
2158
+ meta_key: boolean;
2159
+ movement_x: number;
2160
+ movement_y: number;
2161
+ page_x: number;
2162
+ page_y: number;
2163
+ related_target: object | null;
2164
+ screen_x: number;
2165
+ screen_y: number;
2166
+ shift_key: boolean;
2167
+ detail: number;
2168
+ target: object;
2169
+ bubbles: boolean;
2170
+ cancelable: boolean;
2171
+ default_prevented: boolean;
2172
+ event_phase: number;
2173
+ is_trusted: boolean;
2174
+ timestamp: number;
2175
+ type: string;
2176
+ };
2177
+ export declare function extractFocusEvent(evt: React.FocusEvent): {
2178
+ related_target: object | null;
2179
+ target: object;
2180
+ bubbles: boolean;
2181
+ cancelable: boolean;
2182
+ default_prevented: boolean;
2183
+ event_phase: number;
2184
+ is_trusted: boolean;
2185
+ timestamp: number;
2186
+ type: string;
2187
+ };
2188
+ export declare function extractFormEvent(evt: React.FormEvent): {
2189
+ target: object;
2190
+ bubbles: boolean;
2191
+ cancelable: boolean;
2192
+ default_prevented: boolean;
2193
+ event_phase: number;
2194
+ is_trusted: boolean;
2195
+ timestamp: number;
2196
+ type: string;
2197
+ };
2198
+ export declare function extractInvalidEvent(evt: React.InvalidEvent): {
2199
+ target: object;
2200
+ bubbles: boolean;
2201
+ cancelable: boolean;
2202
+ default_prevented: boolean;
2203
+ event_phase: number;
2204
+ is_trusted: boolean;
2205
+ timestamp: number;
2206
+ type: string;
2207
+ };
2208
+ export declare function extractChangeEvent(evt: React.ChangeEvent): {
2209
+ target: object;
2210
+ bubbles: boolean;
2211
+ cancelable: boolean;
2212
+ default_prevented: boolean;
2213
+ event_phase: number;
2214
+ is_trusted: boolean;
2215
+ timestamp: number;
2216
+ type: string;
2217
+ };
2218
+ export declare function extractKeyboardEvent(evt: React.KeyboardEvent): {
2219
+ alt_key: boolean;
2220
+ ctrl_key: boolean;
2221
+ code: string;
2222
+ key: string;
2223
+ locale: string;
2224
+ location: number;
2225
+ meta_key: boolean;
2226
+ repeat: boolean;
2227
+ shift_key: boolean;
2228
+ detail: number;
2229
+ target: object;
2230
+ bubbles: boolean;
2231
+ cancelable: boolean;
2232
+ default_prevented: boolean;
2233
+ event_phase: number;
2234
+ is_trusted: boolean;
2235
+ timestamp: number;
2236
+ type: string;
2237
+ };
2238
+ export declare function extractTouchEvent(evt: React.TouchEvent): {
2239
+ alt_key: boolean;
2240
+ changed_touches: {
2241
+ target: object;
2242
+ identifier: number;
2243
+ screen_x: number;
2244
+ screen_y: number;
2245
+ client_x: number;
2246
+ client_y: number;
2247
+ page_x: number;
2248
+ page_y: number;
2249
+ }[];
2250
+ ctrl_key: boolean;
2251
+ meta_key: boolean;
2252
+ shift_key: boolean;
2253
+ target_touches: {
2254
+ target: object;
2255
+ identifier: number;
2256
+ screen_x: number;
2257
+ screen_y: number;
2258
+ client_x: number;
2259
+ client_y: number;
2260
+ page_x: number;
2261
+ page_y: number;
2262
+ }[];
2263
+ touches: {
2264
+ target: object;
2265
+ identifier: number;
2266
+ screen_x: number;
2267
+ screen_y: number;
2268
+ client_x: number;
2269
+ client_y: number;
2270
+ page_x: number;
2271
+ page_y: number;
2272
+ }[];
2273
+ detail: number;
2274
+ target: object;
2275
+ bubbles: boolean;
2276
+ cancelable: boolean;
2277
+ default_prevented: boolean;
2278
+ event_phase: number;
2279
+ is_trusted: boolean;
2280
+ timestamp: number;
2281
+ type: string;
2282
+ };
2283
+ export declare function extractWheelEvent(evt: React.WheelEvent): {
2284
+ delta_mode: number;
2285
+ delta_x: number;
2286
+ delta_y: number;
2287
+ delta_z: number;
2288
+ alt_key: boolean;
2289
+ button: number;
2290
+ buttons: number;
2291
+ client_x: number;
2292
+ client_y: number;
2293
+ ctrl_key: boolean;
2294
+ meta_key: boolean;
2295
+ movement_x: number;
2296
+ movement_y: number;
2297
+ page_x: number;
2298
+ page_y: number;
2299
+ related_target: object | null;
2300
+ screen_x: number;
2301
+ screen_y: number;
2302
+ shift_key: boolean;
2303
+ detail: number;
2304
+ target: object;
2305
+ bubbles: boolean;
2306
+ cancelable: boolean;
2307
+ default_prevented: boolean;
2308
+ event_phase: number;
2309
+ is_trusted: boolean;
2310
+ timestamp: number;
2311
+ type: string;
2312
+ };
2313
+ export declare function extractAnimationEvent(evt: React.AnimationEvent): {
2314
+ animation_name: string;
2315
+ elapsed_time: number;
2316
+ pseudo_element: string;
2317
+ target: object;
2318
+ bubbles: boolean;
2319
+ cancelable: boolean;
2320
+ default_prevented: boolean;
2321
+ event_phase: number;
2322
+ is_trusted: boolean;
2323
+ timestamp: number;
2324
+ type: string;
2325
+ };
2326
+ export declare function extractToggleEvent(evt: React.ToggleEvent): {
2327
+ old_state: "closed" | "open";
2328
+ new_state: "closed" | "open";
2329
+ target: object;
2330
+ bubbles: boolean;
2331
+ cancelable: boolean;
2332
+ default_prevented: boolean;
2333
+ event_phase: number;
2334
+ is_trusted: boolean;
2335
+ timestamp: number;
2336
+ type: string;
2337
+ };
2338
+ export declare function extractTransitionEvent(evt: React.TransitionEvent): {
2339
+ elapsed_time: number;
2340
+ property_name: string;
2341
+ pseudo_element: string;
2342
+ target: object;
2343
+ bubbles: boolean;
2344
+ cancelable: boolean;
2345
+ default_prevented: boolean;
2346
+ event_phase: number;
2347
+ is_trusted: boolean;
2348
+ timestamp: number;
2349
+ type: string;
2350
+ };
2351
+ export declare function extractEvent(value: any): any;