foldkit 0.11.0-canary.0 → 0.13.0-canary.0
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/dist/html.d.ts +1443 -773
- package/dist/html.d.ts.map +1 -1
- package/dist/html.js +348 -332
- package/package.json +1 -1
package/dist/html.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { Dispatch } from './runtime';
|
|
|
3
3
|
import { VNode } from './vdom';
|
|
4
4
|
export type Html = Effect.Effect<VNode | null, never, Dispatch>;
|
|
5
5
|
export type Child = Html | string;
|
|
6
|
-
export type TagName = 'a' | 'abbr' | 'address' | 'area' | 'article' | 'aside' | 'audio' | 'b' | 'base' | 'bdi' | 'bdo' | 'blockquote' | 'body' | 'br' | 'button' | 'canvas' | 'caption' | 'cite' | 'code' | 'col' | 'colgroup' | 'data' | 'datalist' | 'dd' | 'del' | 'details' | 'dfn' | 'dialog' | 'div' | 'dl' | 'dt' | 'em' | 'embed' | 'fieldset' | 'figcaption' | 'figure' | 'footer' | 'form' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'head' | 'header' | 'hgroup' | 'hr' | 'html' | 'i' | 'iframe' | 'img' | 'input' | 'ins' | 'kbd' | 'label' | 'legend' | 'li' | 'link' | 'main' | 'map' | 'mark' | 'menu' | 'meta' | 'meter' | 'nav' | 'noscript' | 'object' | 'ol' | 'optgroup' | 'option' | 'output' | 'p' | 'picture' | 'portal' | 'pre' | 'progress' | 'q' | 'rp' | 'rt' | 'ruby' | 's' | 'samp' | 'script' | 'search' | 'section' | 'select' | 'slot' | 'small' | 'source' | 'span' | 'strong' | 'style' | 'sub' | 'summary' | 'sup' | 'table' | 'tbody' | 'td' | 'template' | 'textarea' | 'tfoot' | 'th' | 'thead' | 'time' | 'title' | 'tr' | 'track' | 'u' | 'ul' | 'var' | 'video' | 'wbr' | 'animate' | 'animateMotion' | 'animateTransform' | 'circle' | 'clipPath' | 'defs' | 'desc' | 'ellipse' | 'feBlend' | 'feColorMatrix' | 'feComponentTransfer' | 'feComposite' | 'feConvolveMatrix' | 'feDiffuseLighting' | 'feDisplacementMap' | 'feDistantLight' | 'feDropShadow' | 'feFlood' | 'feFuncA' | 'feFuncB' | 'feFuncG' | 'feFuncR' | 'feGaussianBlur' | 'feImage' | 'feMerge' | 'feMergeNode' | 'feMorphology' | 'feOffset' | 'fePointLight' | 'feSpecularLighting' | 'feSpotLight' | 'feTile' | 'feTurbulence' | 'filter' | 'foreignObject' | 'g' | 'image' | 'line' | 'linearGradient' | 'marker' | 'mask' | 'metadata' | 'mpath' | 'path' | 'pattern' | 'polygon' | 'polyline' | 'radialGradient' | 'rect' | 'stop' | 'svg' | 'switch' | 'symbol' | 'text' | 'textPath' | 'tspan' | 'use' | 'view' | 'annotation' | 'annotation-xml' | 'math' | 'maction' | 'menclose' | 'merror' | 'mfenced' | 'mfrac' | 'mglyph' | 'mi' | 'mlabeledtr' | 'mlongdiv' | 'mmultiscripts' | 'mn' | 'mo' | 'mover' | 'mpadded' | 'mphantom' | 'mroot' | 'mrow' | 'ms' | 'mscarries' | 'mscarry' | 'msgroup' | 'msline' | 'mspace' | 'msqrt' | 'msrow' | 'mstack' | 'mstyle' | 'msub' | 'msubsup' | 'msup' | 'mtable' | 'mtd' | 'mtext' | 'mtr' | 'munder' | 'munderover' | 'semantics';
|
|
6
|
+
export type TagName = 'a' | 'abbr' | 'address' | 'area' | 'article' | 'aside' | 'audio' | 'b' | 'base' | 'bdi' | 'bdo' | 'blockquote' | 'body' | 'br' | 'button' | 'canvas' | 'caption' | 'cite' | 'code' | 'col' | 'colgroup' | 'data' | 'datalist' | 'dd' | 'del' | 'details' | 'dfn' | 'dialog' | 'div' | 'dl' | 'dt' | 'em' | 'embed' | 'fieldset' | 'figcaption' | 'figure' | 'footer' | 'form' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'head' | 'header' | 'hgroup' | 'hr' | 'html' | 'i' | 'iframe' | 'img' | 'input' | 'ins' | 'kbd' | 'label' | 'legend' | 'li' | 'link' | 'main' | 'map' | 'mark' | 'menu' | 'meta' | 'meter' | 'nav' | 'noscript' | 'object' | 'ol' | 'optgroup' | 'option' | 'output' | 'p' | 'picture' | 'portal' | 'pre' | 'progress' | 'q' | 'rp' | 'rt' | 'ruby' | 's' | 'samp' | 'script' | 'search' | 'section' | 'select' | 'slot' | 'small' | 'source' | 'span' | 'strong' | 'style' | 'sub' | 'summary' | 'sup' | 'table' | 'tbody' | 'td' | 'template' | 'textarea' | 'tfoot' | 'th' | 'thead' | 'time' | 'title' | 'tr' | 'track' | 'u' | 'ul' | 'var' | 'video' | 'wbr' | 'animate' | 'animateMotion' | 'animateTransform' | 'circle' | 'clipPath' | 'defs' | 'desc' | 'ellipse' | 'feBlend' | 'feColorMatrix' | 'feComponentTransfer' | 'feComposite' | 'feConvolveMatrix' | 'feDiffuseLighting' | 'feDisplacementMap' | 'feDistantLight' | 'feDropShadow' | 'feFlood' | 'feFuncA' | 'feFuncB' | 'feFuncG' | 'feFuncR' | 'feGaussianBlur' | 'feImage' | 'feMerge' | 'feMergeNode' | 'feMorphology' | 'feOffset' | 'fePointLight' | 'feSpecularLighting' | 'feSpotLight' | 'feTile' | 'feTurbulence' | 'filter' | 'foreignObject' | 'g' | 'image' | 'line' | 'linearGradient' | 'marker' | 'mask' | 'metadata' | 'mpath' | 'path' | 'pattern' | 'polygon' | 'polyline' | 'radialGradient' | 'rect' | 'set' | 'stop' | 'svg' | 'switch' | 'symbol' | 'text' | 'textPath' | 'tspan' | 'use' | 'view' | 'annotation' | 'annotation-xml' | 'math' | 'maction' | 'menclose' | 'merror' | 'mfenced' | 'mfrac' | 'mglyph' | 'mi' | 'mlabeledtr' | 'mlongdiv' | 'mmultiscripts' | 'mn' | 'mo' | 'mover' | 'mpadded' | 'mphantom' | 'mprescripts' | 'mroot' | 'mrow' | 'ms' | 'mscarries' | 'mscarry' | 'msgroup' | 'msline' | 'mspace' | 'msqrt' | 'msrow' | 'mstack' | 'mstyle' | 'msub' | 'msubsup' | 'msup' | 'mtable' | 'mtd' | 'mtext' | 'mtr' | 'munder' | 'munderover' | 'semantics';
|
|
7
7
|
export type Attribute<Message> = Data.TaggedEnum<{
|
|
8
8
|
Key: {
|
|
9
9
|
readonly value: string;
|
|
@@ -341,1228 +341,1898 @@ export type Attribute<Message> = Data.TaggedEnum<{
|
|
|
341
341
|
readonly value: string;
|
|
342
342
|
};
|
|
343
343
|
}>;
|
|
344
|
-
export declare const
|
|
344
|
+
export declare const Key: <A>(args: {
|
|
345
345
|
readonly value: string;
|
|
346
346
|
}) => {
|
|
347
347
|
readonly _tag: "Key";
|
|
348
348
|
readonly value: string;
|
|
349
|
-
},
|
|
349
|
+
}, Class: <A>(args: {
|
|
350
350
|
readonly value: string;
|
|
351
351
|
}) => {
|
|
352
352
|
readonly _tag: "Class";
|
|
353
353
|
readonly value: string;
|
|
354
|
-
},
|
|
354
|
+
}, Id: <A>(args: {
|
|
355
355
|
readonly value: string;
|
|
356
356
|
}) => {
|
|
357
357
|
readonly _tag: "Id";
|
|
358
358
|
readonly value: string;
|
|
359
|
-
},
|
|
359
|
+
}, Title: <A>(args: {
|
|
360
360
|
readonly value: string;
|
|
361
361
|
}) => {
|
|
362
362
|
readonly _tag: "Title";
|
|
363
363
|
readonly value: string;
|
|
364
|
-
},
|
|
364
|
+
}, Lang: <A>(args: {
|
|
365
365
|
readonly value: string;
|
|
366
366
|
}) => {
|
|
367
367
|
readonly _tag: "Lang";
|
|
368
368
|
readonly value: string;
|
|
369
|
-
},
|
|
369
|
+
}, Dir: <A>(args: {
|
|
370
370
|
readonly value: string;
|
|
371
371
|
}) => {
|
|
372
372
|
readonly _tag: "Dir";
|
|
373
373
|
readonly value: string;
|
|
374
|
-
},
|
|
374
|
+
}, Tabindex: <A>(args: {
|
|
375
375
|
readonly value: number;
|
|
376
376
|
}) => {
|
|
377
377
|
readonly _tag: "Tabindex";
|
|
378
378
|
readonly value: number;
|
|
379
|
-
},
|
|
379
|
+
}, Hidden: <A>(args: {
|
|
380
380
|
readonly value: boolean;
|
|
381
381
|
}) => {
|
|
382
382
|
readonly _tag: "Hidden";
|
|
383
383
|
readonly value: boolean;
|
|
384
|
-
},
|
|
384
|
+
}, OnClick: <A>(args: {
|
|
385
385
|
readonly message: A;
|
|
386
386
|
}) => {
|
|
387
387
|
readonly _tag: "OnClick";
|
|
388
388
|
readonly message: A;
|
|
389
|
-
},
|
|
389
|
+
}, OnDblClick: <A>(args: {
|
|
390
390
|
readonly message: A;
|
|
391
391
|
}) => {
|
|
392
392
|
readonly _tag: "OnDblClick";
|
|
393
393
|
readonly message: A;
|
|
394
|
-
},
|
|
394
|
+
}, OnMouseDown: <A>(args: {
|
|
395
395
|
readonly message: A;
|
|
396
396
|
}) => {
|
|
397
397
|
readonly _tag: "OnMouseDown";
|
|
398
398
|
readonly message: A;
|
|
399
|
-
},
|
|
399
|
+
}, OnMouseUp: <A>(args: {
|
|
400
400
|
readonly message: A;
|
|
401
401
|
}) => {
|
|
402
402
|
readonly _tag: "OnMouseUp";
|
|
403
403
|
readonly message: A;
|
|
404
|
-
},
|
|
404
|
+
}, OnMouseEnter: <A>(args: {
|
|
405
405
|
readonly message: A;
|
|
406
406
|
}) => {
|
|
407
407
|
readonly _tag: "OnMouseEnter";
|
|
408
408
|
readonly message: A;
|
|
409
|
-
},
|
|
409
|
+
}, OnMouseLeave: <A>(args: {
|
|
410
410
|
readonly message: A;
|
|
411
411
|
}) => {
|
|
412
412
|
readonly _tag: "OnMouseLeave";
|
|
413
413
|
readonly message: A;
|
|
414
|
-
},
|
|
414
|
+
}, OnMouseOver: <A>(args: {
|
|
415
415
|
readonly message: A;
|
|
416
416
|
}) => {
|
|
417
417
|
readonly _tag: "OnMouseOver";
|
|
418
418
|
readonly message: A;
|
|
419
|
-
},
|
|
419
|
+
}, OnMouseOut: <A>(args: {
|
|
420
420
|
readonly message: A;
|
|
421
421
|
}) => {
|
|
422
422
|
readonly _tag: "OnMouseOut";
|
|
423
423
|
readonly message: A;
|
|
424
|
-
},
|
|
424
|
+
}, OnMouseMove: <A>(args: {
|
|
425
425
|
readonly message: A;
|
|
426
426
|
}) => {
|
|
427
427
|
readonly _tag: "OnMouseMove";
|
|
428
428
|
readonly message: A;
|
|
429
|
-
},
|
|
429
|
+
}, OnKeyDown: <A>(args: {
|
|
430
430
|
readonly f: (key: string) => A;
|
|
431
431
|
}) => {
|
|
432
432
|
readonly _tag: "OnKeyDown";
|
|
433
433
|
readonly f: (key: string) => A;
|
|
434
|
-
},
|
|
434
|
+
}, OnKeyUp: <A>(args: {
|
|
435
435
|
readonly f: (key: string) => A;
|
|
436
436
|
}) => {
|
|
437
437
|
readonly _tag: "OnKeyUp";
|
|
438
438
|
readonly f: (key: string) => A;
|
|
439
|
-
},
|
|
439
|
+
}, OnKeyPress: <A>(args: {
|
|
440
440
|
readonly f: (key: string) => A;
|
|
441
441
|
}) => {
|
|
442
442
|
readonly _tag: "OnKeyPress";
|
|
443
443
|
readonly f: (key: string) => A;
|
|
444
|
-
},
|
|
444
|
+
}, OnFocus: <A>(args: {
|
|
445
445
|
readonly message: A;
|
|
446
446
|
}) => {
|
|
447
447
|
readonly _tag: "OnFocus";
|
|
448
448
|
readonly message: A;
|
|
449
|
-
},
|
|
449
|
+
}, OnBlur: <A>(args: {
|
|
450
450
|
readonly message: A;
|
|
451
451
|
}) => {
|
|
452
452
|
readonly _tag: "OnBlur";
|
|
453
453
|
readonly message: A;
|
|
454
|
-
},
|
|
454
|
+
}, OnInput: <A>(args: {
|
|
455
455
|
readonly f: (value: string) => A;
|
|
456
456
|
}) => {
|
|
457
457
|
readonly _tag: "OnInput";
|
|
458
458
|
readonly f: (value: string) => A;
|
|
459
|
-
},
|
|
459
|
+
}, OnChange: <A>(args: {
|
|
460
460
|
readonly f: (value: string) => A;
|
|
461
461
|
}) => {
|
|
462
462
|
readonly _tag: "OnChange";
|
|
463
463
|
readonly f: (value: string) => A;
|
|
464
|
-
},
|
|
464
|
+
}, OnSubmit: <A>(args: {
|
|
465
465
|
readonly message: A;
|
|
466
466
|
}) => {
|
|
467
467
|
readonly _tag: "OnSubmit";
|
|
468
468
|
readonly message: A;
|
|
469
|
-
},
|
|
469
|
+
}, OnReset: <A>(args: {
|
|
470
470
|
readonly message: A;
|
|
471
471
|
}) => {
|
|
472
472
|
readonly _tag: "OnReset";
|
|
473
473
|
readonly message: A;
|
|
474
|
-
},
|
|
474
|
+
}, OnScroll: <A>(args: {
|
|
475
475
|
readonly message: A;
|
|
476
476
|
}) => {
|
|
477
477
|
readonly _tag: "OnScroll";
|
|
478
478
|
readonly message: A;
|
|
479
|
-
},
|
|
479
|
+
}, OnWheel: <A>(args: {
|
|
480
480
|
readonly message: A;
|
|
481
481
|
}) => {
|
|
482
482
|
readonly _tag: "OnWheel";
|
|
483
483
|
readonly message: A;
|
|
484
|
-
},
|
|
484
|
+
}, OnCopy: <A>(args: {
|
|
485
485
|
readonly message: A;
|
|
486
486
|
}) => {
|
|
487
487
|
readonly _tag: "OnCopy";
|
|
488
488
|
readonly message: A;
|
|
489
|
-
},
|
|
489
|
+
}, OnCut: <A>(args: {
|
|
490
490
|
readonly message: A;
|
|
491
491
|
}) => {
|
|
492
492
|
readonly _tag: "OnCut";
|
|
493
493
|
readonly message: A;
|
|
494
|
-
},
|
|
494
|
+
}, OnPaste: <A>(args: {
|
|
495
495
|
readonly message: A;
|
|
496
496
|
}) => {
|
|
497
497
|
readonly _tag: "OnPaste";
|
|
498
498
|
readonly message: A;
|
|
499
|
-
},
|
|
499
|
+
}, Value: <A>(args: {
|
|
500
500
|
readonly value: string;
|
|
501
501
|
}) => {
|
|
502
502
|
readonly _tag: "Value";
|
|
503
503
|
readonly value: string;
|
|
504
|
-
},
|
|
504
|
+
}, Checked: <A>(args: {
|
|
505
505
|
readonly value: boolean;
|
|
506
506
|
}) => {
|
|
507
507
|
readonly _tag: "Checked";
|
|
508
508
|
readonly value: boolean;
|
|
509
|
-
},
|
|
509
|
+
}, Selected: <A>(args: {
|
|
510
510
|
readonly value: boolean;
|
|
511
511
|
}) => {
|
|
512
512
|
readonly _tag: "Selected";
|
|
513
513
|
readonly value: boolean;
|
|
514
|
-
},
|
|
514
|
+
}, Placeholder: <A>(args: {
|
|
515
515
|
readonly value: string;
|
|
516
516
|
}) => {
|
|
517
517
|
readonly _tag: "Placeholder";
|
|
518
518
|
readonly value: string;
|
|
519
|
-
},
|
|
519
|
+
}, Name: <A>(args: {
|
|
520
520
|
readonly value: string;
|
|
521
521
|
}) => {
|
|
522
522
|
readonly _tag: "Name";
|
|
523
523
|
readonly value: string;
|
|
524
|
-
},
|
|
524
|
+
}, Disabled: <A>(args: {
|
|
525
525
|
readonly value: boolean;
|
|
526
526
|
}) => {
|
|
527
527
|
readonly _tag: "Disabled";
|
|
528
528
|
readonly value: boolean;
|
|
529
|
-
},
|
|
529
|
+
}, Readonly: <A>(args: {
|
|
530
530
|
readonly value: boolean;
|
|
531
531
|
}) => {
|
|
532
532
|
readonly _tag: "Readonly";
|
|
533
533
|
readonly value: boolean;
|
|
534
|
-
},
|
|
534
|
+
}, Required: <A>(args: {
|
|
535
535
|
readonly value: boolean;
|
|
536
536
|
}) => {
|
|
537
537
|
readonly _tag: "Required";
|
|
538
538
|
readonly value: boolean;
|
|
539
|
-
},
|
|
539
|
+
}, Autofocus: <A>(args: {
|
|
540
540
|
readonly value: boolean;
|
|
541
541
|
}) => {
|
|
542
542
|
readonly _tag: "Autofocus";
|
|
543
543
|
readonly value: boolean;
|
|
544
|
-
},
|
|
544
|
+
}, Spellcheck: <A>(args: {
|
|
545
545
|
readonly value: boolean;
|
|
546
546
|
}) => {
|
|
547
547
|
readonly _tag: "Spellcheck";
|
|
548
548
|
readonly value: boolean;
|
|
549
|
-
},
|
|
549
|
+
}, Autocorrect: <A>(args: {
|
|
550
550
|
readonly value: string;
|
|
551
551
|
}) => {
|
|
552
552
|
readonly _tag: "Autocorrect";
|
|
553
553
|
readonly value: string;
|
|
554
|
-
},
|
|
554
|
+
}, Autocapitalize: <A>(args: {
|
|
555
555
|
readonly value: string;
|
|
556
556
|
}) => {
|
|
557
557
|
readonly _tag: "Autocapitalize";
|
|
558
558
|
readonly value: string;
|
|
559
|
-
},
|
|
559
|
+
}, InputMode: <A>(args: {
|
|
560
560
|
readonly value: string;
|
|
561
561
|
}) => {
|
|
562
562
|
readonly _tag: "InputMode";
|
|
563
563
|
readonly value: string;
|
|
564
|
-
},
|
|
564
|
+
}, EnterKeyHint: <A>(args: {
|
|
565
565
|
readonly value: string;
|
|
566
566
|
}) => {
|
|
567
567
|
readonly _tag: "EnterKeyHint";
|
|
568
568
|
readonly value: string;
|
|
569
|
-
},
|
|
569
|
+
}, Multiple: <A>(args: {
|
|
570
570
|
readonly value: boolean;
|
|
571
571
|
}) => {
|
|
572
572
|
readonly _tag: "Multiple";
|
|
573
573
|
readonly value: boolean;
|
|
574
|
-
},
|
|
574
|
+
}, Type: <A>(args: {
|
|
575
575
|
readonly value: string;
|
|
576
576
|
}) => {
|
|
577
577
|
readonly _tag: "Type";
|
|
578
578
|
readonly value: string;
|
|
579
|
-
},
|
|
579
|
+
}, Accept: <A>(args: {
|
|
580
580
|
readonly value: string;
|
|
581
581
|
}) => {
|
|
582
582
|
readonly _tag: "Accept";
|
|
583
583
|
readonly value: string;
|
|
584
|
-
},
|
|
584
|
+
}, Autocomplete: <A>(args: {
|
|
585
585
|
readonly value: string;
|
|
586
586
|
}) => {
|
|
587
587
|
readonly _tag: "Autocomplete";
|
|
588
588
|
readonly value: string;
|
|
589
|
-
},
|
|
589
|
+
}, Pattern: <A>(args: {
|
|
590
590
|
readonly value: string;
|
|
591
591
|
}) => {
|
|
592
592
|
readonly _tag: "Pattern";
|
|
593
593
|
readonly value: string;
|
|
594
|
-
},
|
|
594
|
+
}, Maxlength: <A>(args: {
|
|
595
595
|
readonly value: number;
|
|
596
596
|
}) => {
|
|
597
597
|
readonly _tag: "Maxlength";
|
|
598
598
|
readonly value: number;
|
|
599
|
-
},
|
|
599
|
+
}, Minlength: <A>(args: {
|
|
600
600
|
readonly value: number;
|
|
601
601
|
}) => {
|
|
602
602
|
readonly _tag: "Minlength";
|
|
603
603
|
readonly value: number;
|
|
604
|
-
},
|
|
604
|
+
}, Size: <A>(args: {
|
|
605
605
|
readonly value: number;
|
|
606
606
|
}) => {
|
|
607
607
|
readonly _tag: "Size";
|
|
608
608
|
readonly value: number;
|
|
609
|
-
},
|
|
609
|
+
}, Cols: <A>(args: {
|
|
610
610
|
readonly value: number;
|
|
611
611
|
}) => {
|
|
612
612
|
readonly _tag: "Cols";
|
|
613
613
|
readonly value: number;
|
|
614
|
-
},
|
|
614
|
+
}, Rows: <A>(args: {
|
|
615
615
|
readonly value: number;
|
|
616
616
|
}) => {
|
|
617
617
|
readonly _tag: "Rows";
|
|
618
618
|
readonly value: number;
|
|
619
|
-
},
|
|
619
|
+
}, Max: <A>(args: {
|
|
620
620
|
readonly value: string;
|
|
621
621
|
}) => {
|
|
622
622
|
readonly _tag: "Max";
|
|
623
623
|
readonly value: string;
|
|
624
|
-
},
|
|
624
|
+
}, Min: <A>(args: {
|
|
625
625
|
readonly value: string;
|
|
626
626
|
}) => {
|
|
627
627
|
readonly _tag: "Min";
|
|
628
628
|
readonly value: string;
|
|
629
|
-
},
|
|
629
|
+
}, Step: <A>(args: {
|
|
630
630
|
readonly value: string;
|
|
631
631
|
}) => {
|
|
632
632
|
readonly _tag: "Step";
|
|
633
633
|
readonly value: string;
|
|
634
|
-
},
|
|
634
|
+
}, For: <A>(args: {
|
|
635
635
|
readonly value: string;
|
|
636
636
|
}) => {
|
|
637
637
|
readonly _tag: "For";
|
|
638
638
|
readonly value: string;
|
|
639
|
-
},
|
|
639
|
+
}, Href: <A>(args: {
|
|
640
640
|
readonly value: string;
|
|
641
641
|
}) => {
|
|
642
642
|
readonly _tag: "Href";
|
|
643
643
|
readonly value: string;
|
|
644
|
-
},
|
|
644
|
+
}, Src: <A>(args: {
|
|
645
645
|
readonly value: string;
|
|
646
646
|
}) => {
|
|
647
647
|
readonly _tag: "Src";
|
|
648
648
|
readonly value: string;
|
|
649
|
-
},
|
|
649
|
+
}, Alt: <A>(args: {
|
|
650
650
|
readonly value: string;
|
|
651
651
|
}) => {
|
|
652
652
|
readonly _tag: "Alt";
|
|
653
653
|
readonly value: string;
|
|
654
|
-
},
|
|
654
|
+
}, Target: <A>(args: {
|
|
655
655
|
readonly value: string;
|
|
656
656
|
}) => {
|
|
657
657
|
readonly _tag: "Target";
|
|
658
658
|
readonly value: string;
|
|
659
|
-
},
|
|
659
|
+
}, Rel: <A>(args: {
|
|
660
660
|
readonly value: string;
|
|
661
661
|
}) => {
|
|
662
662
|
readonly _tag: "Rel";
|
|
663
663
|
readonly value: string;
|
|
664
|
-
},
|
|
664
|
+
}, Download: <A>(args: {
|
|
665
665
|
readonly value: string;
|
|
666
666
|
}) => {
|
|
667
667
|
readonly _tag: "Download";
|
|
668
668
|
readonly value: string;
|
|
669
|
-
},
|
|
669
|
+
}, Action: <A>(args: {
|
|
670
670
|
readonly value: string;
|
|
671
671
|
}) => {
|
|
672
672
|
readonly _tag: "Action";
|
|
673
673
|
readonly value: string;
|
|
674
|
-
},
|
|
674
|
+
}, Method: <A>(args: {
|
|
675
675
|
readonly value: string;
|
|
676
676
|
}) => {
|
|
677
677
|
readonly _tag: "Method";
|
|
678
678
|
readonly value: string;
|
|
679
|
-
},
|
|
679
|
+
}, Enctype: <A>(args: {
|
|
680
680
|
readonly value: string;
|
|
681
681
|
}) => {
|
|
682
682
|
readonly _tag: "Enctype";
|
|
683
683
|
readonly value: string;
|
|
684
|
-
},
|
|
684
|
+
}, Novalidate: <A>(args: {
|
|
685
685
|
readonly value: boolean;
|
|
686
686
|
}) => {
|
|
687
687
|
readonly _tag: "Novalidate";
|
|
688
688
|
readonly value: boolean;
|
|
689
|
-
},
|
|
689
|
+
}, Role: <A>(args: {
|
|
690
690
|
readonly value: string;
|
|
691
691
|
}) => {
|
|
692
692
|
readonly _tag: "Role";
|
|
693
693
|
readonly value: string;
|
|
694
|
-
},
|
|
694
|
+
}, AriaLabel: <A>(args: {
|
|
695
695
|
readonly value: string;
|
|
696
696
|
}) => {
|
|
697
697
|
readonly _tag: "AriaLabel";
|
|
698
698
|
readonly value: string;
|
|
699
|
-
},
|
|
699
|
+
}, AriaLabelledBy: <A>(args: {
|
|
700
700
|
readonly value: string;
|
|
701
701
|
}) => {
|
|
702
702
|
readonly _tag: "AriaLabelledBy";
|
|
703
703
|
readonly value: string;
|
|
704
|
-
},
|
|
704
|
+
}, AriaDescribedBy: <A>(args: {
|
|
705
705
|
readonly value: string;
|
|
706
706
|
}) => {
|
|
707
707
|
readonly _tag: "AriaDescribedBy";
|
|
708
708
|
readonly value: string;
|
|
709
|
-
},
|
|
709
|
+
}, AriaHidden: <A>(args: {
|
|
710
710
|
readonly value: boolean;
|
|
711
711
|
}) => {
|
|
712
712
|
readonly _tag: "AriaHidden";
|
|
713
713
|
readonly value: boolean;
|
|
714
|
-
},
|
|
714
|
+
}, AriaExpanded: <A>(args: {
|
|
715
715
|
readonly value: boolean;
|
|
716
716
|
}) => {
|
|
717
717
|
readonly _tag: "AriaExpanded";
|
|
718
718
|
readonly value: boolean;
|
|
719
|
-
},
|
|
719
|
+
}, AriaSelected: <A>(args: {
|
|
720
720
|
readonly value: boolean;
|
|
721
721
|
}) => {
|
|
722
722
|
readonly _tag: "AriaSelected";
|
|
723
723
|
readonly value: boolean;
|
|
724
|
-
},
|
|
724
|
+
}, AriaChecked: <A>(args: {
|
|
725
725
|
readonly value: boolean;
|
|
726
726
|
}) => {
|
|
727
727
|
readonly _tag: "AriaChecked";
|
|
728
728
|
readonly value: boolean;
|
|
729
|
-
},
|
|
729
|
+
}, AriaDisabled: <A>(args: {
|
|
730
730
|
readonly value: boolean;
|
|
731
731
|
}) => {
|
|
732
732
|
readonly _tag: "AriaDisabled";
|
|
733
733
|
readonly value: boolean;
|
|
734
|
-
},
|
|
734
|
+
}, AriaRequired: <A>(args: {
|
|
735
735
|
readonly value: boolean;
|
|
736
736
|
}) => {
|
|
737
737
|
readonly _tag: "AriaRequired";
|
|
738
738
|
readonly value: boolean;
|
|
739
|
-
},
|
|
739
|
+
}, AriaInvalid: <A>(args: {
|
|
740
740
|
readonly value: boolean;
|
|
741
741
|
}) => {
|
|
742
742
|
readonly _tag: "AriaInvalid";
|
|
743
743
|
readonly value: boolean;
|
|
744
|
-
},
|
|
744
|
+
}, AriaLive: <A>(args: {
|
|
745
745
|
readonly value: string;
|
|
746
746
|
}) => {
|
|
747
747
|
readonly _tag: "AriaLive";
|
|
748
748
|
readonly value: string;
|
|
749
|
-
},
|
|
749
|
+
}, Attribute: <A>(args: {
|
|
750
750
|
readonly key: string;
|
|
751
751
|
readonly value: string;
|
|
752
752
|
}) => {
|
|
753
753
|
readonly _tag: "Attribute";
|
|
754
754
|
readonly key: string;
|
|
755
755
|
readonly value: string;
|
|
756
|
-
},
|
|
756
|
+
}, DataAttribute: <A>(args: {
|
|
757
757
|
readonly key: string;
|
|
758
758
|
readonly value: string;
|
|
759
759
|
}) => {
|
|
760
760
|
readonly _tag: "DataAttribute";
|
|
761
761
|
readonly key: string;
|
|
762
762
|
readonly value: string;
|
|
763
|
-
},
|
|
763
|
+
}, Style: <A>(args: {
|
|
764
764
|
readonly value: Record<string, string>;
|
|
765
765
|
}) => {
|
|
766
766
|
readonly _tag: "Style";
|
|
767
767
|
readonly value: Record<string, string>;
|
|
768
|
-
},
|
|
768
|
+
}, InnerHTML: <A>(args: {
|
|
769
769
|
readonly value: string;
|
|
770
770
|
}) => {
|
|
771
771
|
readonly _tag: "InnerHTML";
|
|
772
772
|
readonly value: string;
|
|
773
|
-
},
|
|
773
|
+
}, ViewBox: <A>(args: {
|
|
774
774
|
readonly value: string;
|
|
775
775
|
}) => {
|
|
776
776
|
readonly _tag: "ViewBox";
|
|
777
777
|
readonly value: string;
|
|
778
|
-
},
|
|
778
|
+
}, Xmlns: <A>(args: {
|
|
779
779
|
readonly value: string;
|
|
780
780
|
}) => {
|
|
781
781
|
readonly _tag: "Xmlns";
|
|
782
782
|
readonly value: string;
|
|
783
|
-
},
|
|
783
|
+
}, Fill: <A>(args: {
|
|
784
784
|
readonly value: string;
|
|
785
785
|
}) => {
|
|
786
786
|
readonly _tag: "Fill";
|
|
787
787
|
readonly value: string;
|
|
788
|
-
},
|
|
788
|
+
}, FillRule: <A>(args: {
|
|
789
789
|
readonly value: string;
|
|
790
790
|
}) => {
|
|
791
791
|
readonly _tag: "FillRule";
|
|
792
792
|
readonly value: string;
|
|
793
|
-
},
|
|
793
|
+
}, ClipRule: <A>(args: {
|
|
794
794
|
readonly value: string;
|
|
795
795
|
}) => {
|
|
796
796
|
readonly _tag: "ClipRule";
|
|
797
797
|
readonly value: string;
|
|
798
|
-
},
|
|
798
|
+
}, Stroke: <A>(args: {
|
|
799
799
|
readonly value: string;
|
|
800
800
|
}) => {
|
|
801
801
|
readonly _tag: "Stroke";
|
|
802
802
|
readonly value: string;
|
|
803
|
-
},
|
|
803
|
+
}, StrokeWidth: <A>(args: {
|
|
804
804
|
readonly value: string;
|
|
805
805
|
}) => {
|
|
806
806
|
readonly _tag: "StrokeWidth";
|
|
807
807
|
readonly value: string;
|
|
808
|
-
},
|
|
808
|
+
}, StrokeLinecap: <A>(args: {
|
|
809
809
|
readonly value: string;
|
|
810
810
|
}) => {
|
|
811
811
|
readonly _tag: "StrokeLinecap";
|
|
812
812
|
readonly value: string;
|
|
813
|
-
},
|
|
813
|
+
}, StrokeLinejoin: <A>(args: {
|
|
814
814
|
readonly value: string;
|
|
815
815
|
}) => {
|
|
816
816
|
readonly _tag: "StrokeLinejoin";
|
|
817
817
|
readonly value: string;
|
|
818
|
-
},
|
|
818
|
+
}, D: <A>(args: {
|
|
819
819
|
readonly value: string;
|
|
820
820
|
}) => {
|
|
821
821
|
readonly _tag: "D";
|
|
822
822
|
readonly value: string;
|
|
823
|
-
},
|
|
823
|
+
}, Cx: <A>(args: {
|
|
824
824
|
readonly value: string;
|
|
825
825
|
}) => {
|
|
826
826
|
readonly _tag: "Cx";
|
|
827
827
|
readonly value: string;
|
|
828
|
-
},
|
|
828
|
+
}, Cy: <A>(args: {
|
|
829
829
|
readonly value: string;
|
|
830
830
|
}) => {
|
|
831
831
|
readonly _tag: "Cy";
|
|
832
832
|
readonly value: string;
|
|
833
|
-
},
|
|
833
|
+
}, R: <A>(args: {
|
|
834
834
|
readonly value: string;
|
|
835
835
|
}) => {
|
|
836
836
|
readonly _tag: "R";
|
|
837
837
|
readonly value: string;
|
|
838
|
-
},
|
|
838
|
+
}, X: <A>(args: {
|
|
839
839
|
readonly value: string;
|
|
840
840
|
}) => {
|
|
841
841
|
readonly _tag: "X";
|
|
842
842
|
readonly value: string;
|
|
843
|
-
},
|
|
843
|
+
}, Y: <A>(args: {
|
|
844
844
|
readonly value: string;
|
|
845
845
|
}) => {
|
|
846
846
|
readonly _tag: "Y";
|
|
847
847
|
readonly value: string;
|
|
848
|
-
},
|
|
848
|
+
}, Width: <A>(args: {
|
|
849
849
|
readonly value: string;
|
|
850
850
|
}) => {
|
|
851
851
|
readonly _tag: "Width";
|
|
852
852
|
readonly value: string;
|
|
853
|
-
},
|
|
853
|
+
}, Height: <A>(args: {
|
|
854
854
|
readonly value: string;
|
|
855
855
|
}) => {
|
|
856
856
|
readonly _tag: "Height";
|
|
857
857
|
readonly value: string;
|
|
858
|
-
},
|
|
858
|
+
}, X1: <A>(args: {
|
|
859
859
|
readonly value: string;
|
|
860
860
|
}) => {
|
|
861
861
|
readonly _tag: "X1";
|
|
862
862
|
readonly value: string;
|
|
863
|
-
},
|
|
863
|
+
}, Y1: <A>(args: {
|
|
864
864
|
readonly value: string;
|
|
865
865
|
}) => {
|
|
866
866
|
readonly _tag: "Y1";
|
|
867
867
|
readonly value: string;
|
|
868
|
-
},
|
|
868
|
+
}, X2: <A>(args: {
|
|
869
869
|
readonly value: string;
|
|
870
870
|
}) => {
|
|
871
871
|
readonly _tag: "X2";
|
|
872
872
|
readonly value: string;
|
|
873
|
-
},
|
|
873
|
+
}, Y2: <A>(args: {
|
|
874
874
|
readonly value: string;
|
|
875
875
|
}) => {
|
|
876
876
|
readonly _tag: "Y2";
|
|
877
877
|
readonly value: string;
|
|
878
|
-
},
|
|
878
|
+
}, Points: <A>(args: {
|
|
879
879
|
readonly value: string;
|
|
880
880
|
}) => {
|
|
881
881
|
readonly _tag: "Points";
|
|
882
882
|
readonly value: string;
|
|
883
|
-
},
|
|
883
|
+
}, Transform: <A>(args: {
|
|
884
884
|
readonly value: string;
|
|
885
885
|
}) => {
|
|
886
886
|
readonly _tag: "Transform";
|
|
887
887
|
readonly value: string;
|
|
888
|
-
},
|
|
888
|
+
}, Opacity: <A>(args: {
|
|
889
889
|
readonly value: string;
|
|
890
890
|
}) => {
|
|
891
891
|
readonly _tag: "Opacity";
|
|
892
892
|
readonly value: string;
|
|
893
|
-
},
|
|
893
|
+
}, StrokeDasharray: <A>(args: {
|
|
894
894
|
readonly value: string;
|
|
895
895
|
}) => {
|
|
896
896
|
readonly _tag: "StrokeDasharray";
|
|
897
897
|
readonly value: string;
|
|
898
|
-
},
|
|
898
|
+
}, StrokeDashoffset: <A>(args: {
|
|
899
899
|
readonly value: string;
|
|
900
900
|
}) => {
|
|
901
901
|
readonly _tag: "StrokeDashoffset";
|
|
902
902
|
readonly value: string;
|
|
903
903
|
};
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
export
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
};
|
|
1124
|
-
export declare const
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
};
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
};
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
};
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
};
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
};
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
};
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
};
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
};
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
};
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
};
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
};
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
};
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
};
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
};
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
};
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
};
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
};
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
};
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
};
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
};
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
};
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
};
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
};
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
};
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
};
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
};
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
};
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
904
|
+
type AttributeWithoutKey<Message> = Exclude<Attribute<Message>, {
|
|
905
|
+
_tag: 'Key';
|
|
906
|
+
}>;
|
|
907
|
+
export type ElementFunction<Message> = (attributes: ReadonlyArray<Attribute<Message>>, children: ReadonlyArray<Child>) => Html;
|
|
908
|
+
export type VoidElementFunction<Message> = (attributes: ReadonlyArray<Attribute<Message>>) => Html;
|
|
909
|
+
export type HtmlElements<Message> = {
|
|
910
|
+
a: ElementFunction<Message>;
|
|
911
|
+
abbr: ElementFunction<Message>;
|
|
912
|
+
address: ElementFunction<Message>;
|
|
913
|
+
area: VoidElementFunction<Message>;
|
|
914
|
+
article: ElementFunction<Message>;
|
|
915
|
+
aside: ElementFunction<Message>;
|
|
916
|
+
audio: ElementFunction<Message>;
|
|
917
|
+
b: ElementFunction<Message>;
|
|
918
|
+
base: VoidElementFunction<Message>;
|
|
919
|
+
bdi: ElementFunction<Message>;
|
|
920
|
+
bdo: ElementFunction<Message>;
|
|
921
|
+
blockquote: ElementFunction<Message>;
|
|
922
|
+
body: ElementFunction<Message>;
|
|
923
|
+
br: VoidElementFunction<Message>;
|
|
924
|
+
button: ElementFunction<Message>;
|
|
925
|
+
canvas: ElementFunction<Message>;
|
|
926
|
+
caption: ElementFunction<Message>;
|
|
927
|
+
cite: ElementFunction<Message>;
|
|
928
|
+
code: ElementFunction<Message>;
|
|
929
|
+
col: VoidElementFunction<Message>;
|
|
930
|
+
colgroup: ElementFunction<Message>;
|
|
931
|
+
data: ElementFunction<Message>;
|
|
932
|
+
datalist: ElementFunction<Message>;
|
|
933
|
+
dd: ElementFunction<Message>;
|
|
934
|
+
del: ElementFunction<Message>;
|
|
935
|
+
details: ElementFunction<Message>;
|
|
936
|
+
dfn: ElementFunction<Message>;
|
|
937
|
+
dialog: ElementFunction<Message>;
|
|
938
|
+
div: ElementFunction<Message>;
|
|
939
|
+
dl: ElementFunction<Message>;
|
|
940
|
+
dt: ElementFunction<Message>;
|
|
941
|
+
em: ElementFunction<Message>;
|
|
942
|
+
embed: VoidElementFunction<Message>;
|
|
943
|
+
fieldset: ElementFunction<Message>;
|
|
944
|
+
figcaption: ElementFunction<Message>;
|
|
945
|
+
figure: ElementFunction<Message>;
|
|
946
|
+
footer: ElementFunction<Message>;
|
|
947
|
+
form: ElementFunction<Message>;
|
|
948
|
+
h1: ElementFunction<Message>;
|
|
949
|
+
h2: ElementFunction<Message>;
|
|
950
|
+
h3: ElementFunction<Message>;
|
|
951
|
+
h4: ElementFunction<Message>;
|
|
952
|
+
h5: ElementFunction<Message>;
|
|
953
|
+
h6: ElementFunction<Message>;
|
|
954
|
+
head: ElementFunction<Message>;
|
|
955
|
+
header: ElementFunction<Message>;
|
|
956
|
+
hgroup: ElementFunction<Message>;
|
|
957
|
+
hr: VoidElementFunction<Message>;
|
|
958
|
+
html: ElementFunction<Message>;
|
|
959
|
+
i: ElementFunction<Message>;
|
|
960
|
+
iframe: ElementFunction<Message>;
|
|
961
|
+
img: VoidElementFunction<Message>;
|
|
962
|
+
input: VoidElementFunction<Message>;
|
|
963
|
+
ins: ElementFunction<Message>;
|
|
964
|
+
kbd: ElementFunction<Message>;
|
|
965
|
+
label: ElementFunction<Message>;
|
|
966
|
+
legend: ElementFunction<Message>;
|
|
967
|
+
li: ElementFunction<Message>;
|
|
968
|
+
link: VoidElementFunction<Message>;
|
|
969
|
+
main: ElementFunction<Message>;
|
|
970
|
+
map: ElementFunction<Message>;
|
|
971
|
+
mark: ElementFunction<Message>;
|
|
972
|
+
menu: ElementFunction<Message>;
|
|
973
|
+
meta: VoidElementFunction<Message>;
|
|
974
|
+
meter: ElementFunction<Message>;
|
|
975
|
+
nav: ElementFunction<Message>;
|
|
976
|
+
noscript: ElementFunction<Message>;
|
|
977
|
+
object: ElementFunction<Message>;
|
|
978
|
+
ol: ElementFunction<Message>;
|
|
979
|
+
optgroup: ElementFunction<Message>;
|
|
980
|
+
option: ElementFunction<Message>;
|
|
981
|
+
output: ElementFunction<Message>;
|
|
982
|
+
p: ElementFunction<Message>;
|
|
983
|
+
picture: ElementFunction<Message>;
|
|
984
|
+
portal: ElementFunction<Message>;
|
|
985
|
+
pre: ElementFunction<Message>;
|
|
986
|
+
progress: ElementFunction<Message>;
|
|
987
|
+
q: ElementFunction<Message>;
|
|
988
|
+
rp: ElementFunction<Message>;
|
|
989
|
+
rt: ElementFunction<Message>;
|
|
990
|
+
ruby: ElementFunction<Message>;
|
|
991
|
+
s: ElementFunction<Message>;
|
|
992
|
+
samp: ElementFunction<Message>;
|
|
993
|
+
script: ElementFunction<Message>;
|
|
994
|
+
search: ElementFunction<Message>;
|
|
995
|
+
section: ElementFunction<Message>;
|
|
996
|
+
select: ElementFunction<Message>;
|
|
997
|
+
slot: ElementFunction<Message>;
|
|
998
|
+
small: ElementFunction<Message>;
|
|
999
|
+
source: VoidElementFunction<Message>;
|
|
1000
|
+
span: ElementFunction<Message>;
|
|
1001
|
+
strong: ElementFunction<Message>;
|
|
1002
|
+
style: ElementFunction<Message>;
|
|
1003
|
+
sub: ElementFunction<Message>;
|
|
1004
|
+
summary: ElementFunction<Message>;
|
|
1005
|
+
sup: ElementFunction<Message>;
|
|
1006
|
+
table: ElementFunction<Message>;
|
|
1007
|
+
tbody: ElementFunction<Message>;
|
|
1008
|
+
td: ElementFunction<Message>;
|
|
1009
|
+
template: ElementFunction<Message>;
|
|
1010
|
+
textarea: ElementFunction<Message>;
|
|
1011
|
+
tfoot: ElementFunction<Message>;
|
|
1012
|
+
th: ElementFunction<Message>;
|
|
1013
|
+
thead: ElementFunction<Message>;
|
|
1014
|
+
time: ElementFunction<Message>;
|
|
1015
|
+
title: ElementFunction<Message>;
|
|
1016
|
+
tr: ElementFunction<Message>;
|
|
1017
|
+
track: VoidElementFunction<Message>;
|
|
1018
|
+
u: ElementFunction<Message>;
|
|
1019
|
+
ul: ElementFunction<Message>;
|
|
1020
|
+
var: ElementFunction<Message>;
|
|
1021
|
+
video: ElementFunction<Message>;
|
|
1022
|
+
wbr: VoidElementFunction<Message>;
|
|
1023
|
+
svg: ElementFunction<Message>;
|
|
1024
|
+
animate: ElementFunction<Message>;
|
|
1025
|
+
animateMotion: ElementFunction<Message>;
|
|
1026
|
+
animateTransform: ElementFunction<Message>;
|
|
1027
|
+
circle: ElementFunction<Message>;
|
|
1028
|
+
clipPath: ElementFunction<Message>;
|
|
1029
|
+
defs: ElementFunction<Message>;
|
|
1030
|
+
desc: ElementFunction<Message>;
|
|
1031
|
+
ellipse: ElementFunction<Message>;
|
|
1032
|
+
feBlend: ElementFunction<Message>;
|
|
1033
|
+
feColorMatrix: ElementFunction<Message>;
|
|
1034
|
+
feComponentTransfer: ElementFunction<Message>;
|
|
1035
|
+
feComposite: ElementFunction<Message>;
|
|
1036
|
+
feConvolveMatrix: ElementFunction<Message>;
|
|
1037
|
+
feDiffuseLighting: ElementFunction<Message>;
|
|
1038
|
+
feDisplacementMap: ElementFunction<Message>;
|
|
1039
|
+
feDistantLight: ElementFunction<Message>;
|
|
1040
|
+
feDropShadow: ElementFunction<Message>;
|
|
1041
|
+
feFlood: ElementFunction<Message>;
|
|
1042
|
+
feFuncA: ElementFunction<Message>;
|
|
1043
|
+
feFuncB: ElementFunction<Message>;
|
|
1044
|
+
feFuncG: ElementFunction<Message>;
|
|
1045
|
+
feFuncR: ElementFunction<Message>;
|
|
1046
|
+
feGaussianBlur: ElementFunction<Message>;
|
|
1047
|
+
feImage: ElementFunction<Message>;
|
|
1048
|
+
feMerge: ElementFunction<Message>;
|
|
1049
|
+
feMergeNode: ElementFunction<Message>;
|
|
1050
|
+
feMorphology: ElementFunction<Message>;
|
|
1051
|
+
feOffset: ElementFunction<Message>;
|
|
1052
|
+
fePointLight: ElementFunction<Message>;
|
|
1053
|
+
feSpecularLighting: ElementFunction<Message>;
|
|
1054
|
+
feSpotLight: ElementFunction<Message>;
|
|
1055
|
+
feTile: ElementFunction<Message>;
|
|
1056
|
+
feTurbulence: ElementFunction<Message>;
|
|
1057
|
+
filter: ElementFunction<Message>;
|
|
1058
|
+
foreignObject: ElementFunction<Message>;
|
|
1059
|
+
g: ElementFunction<Message>;
|
|
1060
|
+
image: ElementFunction<Message>;
|
|
1061
|
+
line: ElementFunction<Message>;
|
|
1062
|
+
linearGradient: ElementFunction<Message>;
|
|
1063
|
+
marker: ElementFunction<Message>;
|
|
1064
|
+
mask: ElementFunction<Message>;
|
|
1065
|
+
metadata: ElementFunction<Message>;
|
|
1066
|
+
mpath: ElementFunction<Message>;
|
|
1067
|
+
path: ElementFunction<Message>;
|
|
1068
|
+
pattern: ElementFunction<Message>;
|
|
1069
|
+
polygon: ElementFunction<Message>;
|
|
1070
|
+
polyline: ElementFunction<Message>;
|
|
1071
|
+
radialGradient: ElementFunction<Message>;
|
|
1072
|
+
rect: ElementFunction<Message>;
|
|
1073
|
+
set: ElementFunction<Message>;
|
|
1074
|
+
stop: ElementFunction<Message>;
|
|
1075
|
+
switch: ElementFunction<Message>;
|
|
1076
|
+
symbol: ElementFunction<Message>;
|
|
1077
|
+
text: ElementFunction<Message>;
|
|
1078
|
+
textPath: ElementFunction<Message>;
|
|
1079
|
+
tspan: ElementFunction<Message>;
|
|
1080
|
+
use: ElementFunction<Message>;
|
|
1081
|
+
view: ElementFunction<Message>;
|
|
1082
|
+
math: ElementFunction<Message>;
|
|
1083
|
+
annotation: ElementFunction<Message>;
|
|
1084
|
+
'annotation-xml': ElementFunction<Message>;
|
|
1085
|
+
maction: ElementFunction<Message>;
|
|
1086
|
+
menclose: ElementFunction<Message>;
|
|
1087
|
+
merror: ElementFunction<Message>;
|
|
1088
|
+
mfenced: ElementFunction<Message>;
|
|
1089
|
+
mfrac: ElementFunction<Message>;
|
|
1090
|
+
mglyph: ElementFunction<Message>;
|
|
1091
|
+
mi: ElementFunction<Message>;
|
|
1092
|
+
mlabeledtr: ElementFunction<Message>;
|
|
1093
|
+
mlongdiv: ElementFunction<Message>;
|
|
1094
|
+
mmultiscripts: ElementFunction<Message>;
|
|
1095
|
+
mn: ElementFunction<Message>;
|
|
1096
|
+
mo: ElementFunction<Message>;
|
|
1097
|
+
mover: ElementFunction<Message>;
|
|
1098
|
+
mpadded: ElementFunction<Message>;
|
|
1099
|
+
mphantom: ElementFunction<Message>;
|
|
1100
|
+
mprescripts: ElementFunction<Message>;
|
|
1101
|
+
mroot: ElementFunction<Message>;
|
|
1102
|
+
mrow: ElementFunction<Message>;
|
|
1103
|
+
ms: ElementFunction<Message>;
|
|
1104
|
+
mscarries: ElementFunction<Message>;
|
|
1105
|
+
mscarry: ElementFunction<Message>;
|
|
1106
|
+
msgroup: ElementFunction<Message>;
|
|
1107
|
+
msline: ElementFunction<Message>;
|
|
1108
|
+
mspace: ElementFunction<Message>;
|
|
1109
|
+
msqrt: ElementFunction<Message>;
|
|
1110
|
+
msrow: ElementFunction<Message>;
|
|
1111
|
+
mstack: ElementFunction<Message>;
|
|
1112
|
+
mstyle: ElementFunction<Message>;
|
|
1113
|
+
msub: ElementFunction<Message>;
|
|
1114
|
+
msubsup: ElementFunction<Message>;
|
|
1115
|
+
msup: ElementFunction<Message>;
|
|
1116
|
+
mtable: ElementFunction<Message>;
|
|
1117
|
+
mtd: ElementFunction<Message>;
|
|
1118
|
+
mtext: ElementFunction<Message>;
|
|
1119
|
+
mtr: ElementFunction<Message>;
|
|
1120
|
+
munder: ElementFunction<Message>;
|
|
1121
|
+
munderover: ElementFunction<Message>;
|
|
1122
|
+
semantics: ElementFunction<Message>;
|
|
1123
|
+
};
|
|
1124
|
+
export declare const htmlElements: <Message>() => HtmlElements<Message>;
|
|
1125
|
+
export type HtmlAttributes<Message> = {
|
|
1126
|
+
Key: (value: string) => {
|
|
1127
|
+
readonly _tag: 'Key';
|
|
1128
|
+
readonly value: string;
|
|
1129
|
+
};
|
|
1130
|
+
Class: (value: string) => {
|
|
1131
|
+
readonly _tag: 'Class';
|
|
1132
|
+
readonly value: string;
|
|
1133
|
+
};
|
|
1134
|
+
Id: (value: string) => {
|
|
1135
|
+
readonly _tag: 'Id';
|
|
1136
|
+
readonly value: string;
|
|
1137
|
+
};
|
|
1138
|
+
Title: (value: string) => {
|
|
1139
|
+
readonly _tag: 'Title';
|
|
1140
|
+
readonly value: string;
|
|
1141
|
+
};
|
|
1142
|
+
Lang: (value: string) => {
|
|
1143
|
+
readonly _tag: 'Lang';
|
|
1144
|
+
readonly value: string;
|
|
1145
|
+
};
|
|
1146
|
+
Dir: (value: string) => {
|
|
1147
|
+
readonly _tag: 'Dir';
|
|
1148
|
+
readonly value: string;
|
|
1149
|
+
};
|
|
1150
|
+
Tabindex: (value: number) => {
|
|
1151
|
+
readonly _tag: 'Tabindex';
|
|
1152
|
+
readonly value: number;
|
|
1153
|
+
};
|
|
1154
|
+
Hidden: (value: boolean) => {
|
|
1155
|
+
readonly _tag: 'Hidden';
|
|
1156
|
+
readonly value: boolean;
|
|
1157
|
+
};
|
|
1158
|
+
OnClick: (message: Message) => {
|
|
1159
|
+
readonly _tag: 'OnClick';
|
|
1160
|
+
readonly message: Message;
|
|
1161
|
+
};
|
|
1162
|
+
OnDblClick: (message: Message) => {
|
|
1163
|
+
readonly _tag: 'OnDblClick';
|
|
1164
|
+
readonly message: Message;
|
|
1165
|
+
};
|
|
1166
|
+
OnMouseDown: (message: Message) => {
|
|
1167
|
+
readonly _tag: 'OnMouseDown';
|
|
1168
|
+
readonly message: Message;
|
|
1169
|
+
};
|
|
1170
|
+
OnMouseUp: (message: Message) => {
|
|
1171
|
+
readonly _tag: 'OnMouseUp';
|
|
1172
|
+
readonly message: Message;
|
|
1173
|
+
};
|
|
1174
|
+
OnMouseEnter: (message: Message) => {
|
|
1175
|
+
readonly _tag: 'OnMouseEnter';
|
|
1176
|
+
readonly message: Message;
|
|
1177
|
+
};
|
|
1178
|
+
OnMouseLeave: (message: Message) => {
|
|
1179
|
+
readonly _tag: 'OnMouseLeave';
|
|
1180
|
+
readonly message: Message;
|
|
1181
|
+
};
|
|
1182
|
+
OnMouseOver: (message: Message) => {
|
|
1183
|
+
readonly _tag: 'OnMouseOver';
|
|
1184
|
+
readonly message: Message;
|
|
1185
|
+
};
|
|
1186
|
+
OnMouseOut: (message: Message) => {
|
|
1187
|
+
readonly _tag: 'OnMouseOut';
|
|
1188
|
+
readonly message: Message;
|
|
1189
|
+
};
|
|
1190
|
+
OnMouseMove: (message: Message) => {
|
|
1191
|
+
readonly _tag: 'OnMouseMove';
|
|
1192
|
+
readonly message: Message;
|
|
1193
|
+
};
|
|
1194
|
+
OnKeyDown: (f: (key: string) => Message) => {
|
|
1195
|
+
readonly _tag: 'OnKeyDown';
|
|
1196
|
+
readonly f: (key: string) => Message;
|
|
1197
|
+
};
|
|
1198
|
+
OnKeyUp: (f: (key: string) => Message) => {
|
|
1199
|
+
readonly _tag: 'OnKeyUp';
|
|
1200
|
+
readonly f: (key: string) => Message;
|
|
1201
|
+
};
|
|
1202
|
+
OnKeyPress: (f: (key: string) => Message) => {
|
|
1203
|
+
readonly _tag: 'OnKeyPress';
|
|
1204
|
+
readonly f: (key: string) => Message;
|
|
1205
|
+
};
|
|
1206
|
+
OnFocus: (message: Message) => {
|
|
1207
|
+
readonly _tag: 'OnFocus';
|
|
1208
|
+
readonly message: Message;
|
|
1209
|
+
};
|
|
1210
|
+
OnBlur: (message: Message) => {
|
|
1211
|
+
readonly _tag: 'OnBlur';
|
|
1212
|
+
readonly message: Message;
|
|
1213
|
+
};
|
|
1214
|
+
OnInput: (f: (value: string) => Message) => {
|
|
1215
|
+
readonly _tag: 'OnInput';
|
|
1216
|
+
readonly f: (value: string) => Message;
|
|
1217
|
+
};
|
|
1218
|
+
OnChange: (f: (value: string) => Message) => {
|
|
1219
|
+
readonly _tag: 'OnChange';
|
|
1220
|
+
readonly f: (value: string) => Message;
|
|
1221
|
+
};
|
|
1222
|
+
OnSubmit: (message: Message) => {
|
|
1223
|
+
readonly _tag: 'OnSubmit';
|
|
1224
|
+
readonly message: Message;
|
|
1225
|
+
};
|
|
1226
|
+
OnReset: (message: Message) => {
|
|
1227
|
+
readonly _tag: 'OnReset';
|
|
1228
|
+
readonly message: Message;
|
|
1229
|
+
};
|
|
1230
|
+
OnScroll: (message: Message) => {
|
|
1231
|
+
readonly _tag: 'OnScroll';
|
|
1232
|
+
readonly message: Message;
|
|
1233
|
+
};
|
|
1234
|
+
OnWheel: (message: Message) => {
|
|
1235
|
+
readonly _tag: 'OnWheel';
|
|
1236
|
+
readonly message: Message;
|
|
1237
|
+
};
|
|
1238
|
+
OnCopy: (message: Message) => {
|
|
1239
|
+
readonly _tag: 'OnCopy';
|
|
1240
|
+
readonly message: Message;
|
|
1241
|
+
};
|
|
1242
|
+
OnCut: (message: Message) => {
|
|
1243
|
+
readonly _tag: 'OnCut';
|
|
1244
|
+
readonly message: Message;
|
|
1245
|
+
};
|
|
1246
|
+
OnPaste: (message: Message) => {
|
|
1247
|
+
readonly _tag: 'OnPaste';
|
|
1248
|
+
readonly message: Message;
|
|
1249
|
+
};
|
|
1250
|
+
Value: (value: string) => {
|
|
1251
|
+
readonly _tag: 'Value';
|
|
1252
|
+
readonly value: string;
|
|
1253
|
+
};
|
|
1254
|
+
Checked: (value: boolean) => {
|
|
1255
|
+
readonly _tag: 'Checked';
|
|
1256
|
+
readonly value: boolean;
|
|
1257
|
+
};
|
|
1258
|
+
Selected: (value: boolean) => {
|
|
1259
|
+
readonly _tag: 'Selected';
|
|
1260
|
+
readonly value: boolean;
|
|
1261
|
+
};
|
|
1262
|
+
Placeholder: (value: string) => {
|
|
1263
|
+
readonly _tag: 'Placeholder';
|
|
1264
|
+
readonly value: string;
|
|
1265
|
+
};
|
|
1266
|
+
Name: (value: string) => {
|
|
1267
|
+
readonly _tag: 'Name';
|
|
1268
|
+
readonly value: string;
|
|
1269
|
+
};
|
|
1270
|
+
Disabled: (value: boolean) => {
|
|
1271
|
+
readonly _tag: 'Disabled';
|
|
1272
|
+
readonly value: boolean;
|
|
1273
|
+
};
|
|
1274
|
+
Readonly: (value: boolean) => {
|
|
1275
|
+
readonly _tag: 'Readonly';
|
|
1276
|
+
readonly value: boolean;
|
|
1277
|
+
};
|
|
1278
|
+
Required: (value: boolean) => {
|
|
1279
|
+
readonly _tag: 'Required';
|
|
1280
|
+
readonly value: boolean;
|
|
1281
|
+
};
|
|
1282
|
+
Autofocus: (value: boolean) => {
|
|
1283
|
+
readonly _tag: 'Autofocus';
|
|
1284
|
+
readonly value: boolean;
|
|
1285
|
+
};
|
|
1286
|
+
Spellcheck: (value: boolean) => {
|
|
1287
|
+
readonly _tag: 'Spellcheck';
|
|
1288
|
+
readonly value: boolean;
|
|
1289
|
+
};
|
|
1290
|
+
Autocorrect: (value: string) => {
|
|
1291
|
+
readonly _tag: 'Autocorrect';
|
|
1292
|
+
readonly value: string;
|
|
1293
|
+
};
|
|
1294
|
+
Autocapitalize: (value: string) => {
|
|
1295
|
+
readonly _tag: 'Autocapitalize';
|
|
1296
|
+
readonly value: string;
|
|
1297
|
+
};
|
|
1298
|
+
InputMode: (value: string) => {
|
|
1299
|
+
readonly _tag: 'InputMode';
|
|
1300
|
+
readonly value: string;
|
|
1301
|
+
};
|
|
1302
|
+
EnterKeyHint: (value: string) => {
|
|
1303
|
+
readonly _tag: 'EnterKeyHint';
|
|
1304
|
+
readonly value: string;
|
|
1305
|
+
};
|
|
1306
|
+
Multiple: (value: boolean) => {
|
|
1307
|
+
readonly _tag: 'Multiple';
|
|
1308
|
+
readonly value: boolean;
|
|
1309
|
+
};
|
|
1310
|
+
Type: (value: string) => {
|
|
1311
|
+
readonly _tag: 'Type';
|
|
1312
|
+
readonly value: string;
|
|
1313
|
+
};
|
|
1314
|
+
Accept: (value: string) => {
|
|
1315
|
+
readonly _tag: 'Accept';
|
|
1316
|
+
readonly value: string;
|
|
1317
|
+
};
|
|
1318
|
+
Autocomplete: (value: string) => {
|
|
1319
|
+
readonly _tag: 'Autocomplete';
|
|
1320
|
+
readonly value: string;
|
|
1321
|
+
};
|
|
1322
|
+
Pattern: (value: string) => {
|
|
1323
|
+
readonly _tag: 'Pattern';
|
|
1324
|
+
readonly value: string;
|
|
1325
|
+
};
|
|
1326
|
+
Maxlength: (value: number) => {
|
|
1327
|
+
readonly _tag: 'Maxlength';
|
|
1328
|
+
readonly value: number;
|
|
1329
|
+
};
|
|
1330
|
+
Minlength: (value: number) => {
|
|
1331
|
+
readonly _tag: 'Minlength';
|
|
1332
|
+
readonly value: number;
|
|
1333
|
+
};
|
|
1334
|
+
Size: (value: number) => {
|
|
1335
|
+
readonly _tag: 'Size';
|
|
1336
|
+
readonly value: number;
|
|
1337
|
+
};
|
|
1338
|
+
Cols: (value: number) => {
|
|
1339
|
+
readonly _tag: 'Cols';
|
|
1340
|
+
readonly value: number;
|
|
1341
|
+
};
|
|
1342
|
+
Rows: (value: number) => {
|
|
1343
|
+
readonly _tag: 'Rows';
|
|
1344
|
+
readonly value: number;
|
|
1345
|
+
};
|
|
1346
|
+
Max: (value: string) => {
|
|
1347
|
+
readonly _tag: 'Max';
|
|
1348
|
+
readonly value: string;
|
|
1349
|
+
};
|
|
1350
|
+
Min: (value: string) => {
|
|
1351
|
+
readonly _tag: 'Min';
|
|
1352
|
+
readonly value: string;
|
|
1353
|
+
};
|
|
1354
|
+
Step: (value: string) => {
|
|
1355
|
+
readonly _tag: 'Step';
|
|
1356
|
+
readonly value: string;
|
|
1357
|
+
};
|
|
1358
|
+
For: (value: string) => {
|
|
1359
|
+
readonly _tag: 'For';
|
|
1360
|
+
readonly value: string;
|
|
1361
|
+
};
|
|
1362
|
+
Href: (value: string) => {
|
|
1363
|
+
readonly _tag: 'Href';
|
|
1364
|
+
readonly value: string;
|
|
1365
|
+
};
|
|
1366
|
+
Src: (value: string) => {
|
|
1367
|
+
readonly _tag: 'Src';
|
|
1368
|
+
readonly value: string;
|
|
1369
|
+
};
|
|
1370
|
+
Alt: (value: string) => {
|
|
1371
|
+
readonly _tag: 'Alt';
|
|
1372
|
+
readonly value: string;
|
|
1373
|
+
};
|
|
1374
|
+
Target: (value: string) => {
|
|
1375
|
+
readonly _tag: 'Target';
|
|
1376
|
+
readonly value: string;
|
|
1377
|
+
};
|
|
1378
|
+
Rel: (value: string) => {
|
|
1379
|
+
readonly _tag: 'Rel';
|
|
1380
|
+
readonly value: string;
|
|
1381
|
+
};
|
|
1382
|
+
Download: (value: string) => {
|
|
1383
|
+
readonly _tag: 'Download';
|
|
1384
|
+
readonly value: string;
|
|
1385
|
+
};
|
|
1386
|
+
Action: (value: string) => {
|
|
1387
|
+
readonly _tag: 'Action';
|
|
1388
|
+
readonly value: string;
|
|
1389
|
+
};
|
|
1390
|
+
Method: (value: string) => {
|
|
1391
|
+
readonly _tag: 'Method';
|
|
1392
|
+
readonly value: string;
|
|
1393
|
+
};
|
|
1394
|
+
Enctype: (value: string) => {
|
|
1395
|
+
readonly _tag: 'Enctype';
|
|
1396
|
+
readonly value: string;
|
|
1397
|
+
};
|
|
1398
|
+
Novalidate: (value: boolean) => {
|
|
1399
|
+
readonly _tag: 'Novalidate';
|
|
1400
|
+
readonly value: boolean;
|
|
1401
|
+
};
|
|
1402
|
+
Role: (value: string) => {
|
|
1403
|
+
readonly _tag: 'Role';
|
|
1404
|
+
readonly value: string;
|
|
1405
|
+
};
|
|
1406
|
+
AriaLabel: (value: string) => {
|
|
1407
|
+
readonly _tag: 'AriaLabel';
|
|
1408
|
+
readonly value: string;
|
|
1409
|
+
};
|
|
1410
|
+
AriaLabelledBy: (value: string) => {
|
|
1411
|
+
readonly _tag: 'AriaLabelledBy';
|
|
1412
|
+
readonly value: string;
|
|
1413
|
+
};
|
|
1414
|
+
AriaDescribedBy: (value: string) => {
|
|
1415
|
+
readonly _tag: 'AriaDescribedBy';
|
|
1416
|
+
readonly value: string;
|
|
1417
|
+
};
|
|
1418
|
+
AriaHidden: (value: boolean) => {
|
|
1419
|
+
readonly _tag: 'AriaHidden';
|
|
1420
|
+
readonly value: boolean;
|
|
1421
|
+
};
|
|
1422
|
+
AriaExpanded: (value: boolean) => {
|
|
1423
|
+
readonly _tag: 'AriaExpanded';
|
|
1424
|
+
readonly value: boolean;
|
|
1425
|
+
};
|
|
1426
|
+
AriaSelected: (value: boolean) => {
|
|
1427
|
+
readonly _tag: 'AriaSelected';
|
|
1428
|
+
readonly value: boolean;
|
|
1429
|
+
};
|
|
1430
|
+
AriaChecked: (value: boolean) => {
|
|
1431
|
+
readonly _tag: 'AriaChecked';
|
|
1432
|
+
readonly value: boolean;
|
|
1433
|
+
};
|
|
1434
|
+
AriaDisabled: (value: boolean) => {
|
|
1435
|
+
readonly _tag: 'AriaDisabled';
|
|
1436
|
+
readonly value: boolean;
|
|
1437
|
+
};
|
|
1438
|
+
AriaRequired: (value: boolean) => {
|
|
1439
|
+
readonly _tag: 'AriaRequired';
|
|
1440
|
+
readonly value: boolean;
|
|
1441
|
+
};
|
|
1442
|
+
AriaInvalid: (value: boolean) => {
|
|
1443
|
+
readonly _tag: 'AriaInvalid';
|
|
1444
|
+
readonly value: boolean;
|
|
1445
|
+
};
|
|
1446
|
+
AriaLive: (value: string) => {
|
|
1447
|
+
readonly _tag: 'AriaLive';
|
|
1448
|
+
readonly value: string;
|
|
1449
|
+
};
|
|
1450
|
+
Attribute: (key: string, value: string) => {
|
|
1451
|
+
readonly _tag: 'Attribute';
|
|
1452
|
+
readonly key: string;
|
|
1453
|
+
readonly value: string;
|
|
1454
|
+
};
|
|
1455
|
+
DataAttribute: (key: string, value: string) => {
|
|
1456
|
+
readonly _tag: 'DataAttribute';
|
|
1457
|
+
readonly key: string;
|
|
1458
|
+
readonly value: string;
|
|
1459
|
+
};
|
|
1460
|
+
Style: (value: Record<string, string>) => {
|
|
1461
|
+
readonly _tag: 'Style';
|
|
1462
|
+
readonly value: Record<string, string>;
|
|
1463
|
+
};
|
|
1464
|
+
InnerHTML: (value: string) => {
|
|
1465
|
+
readonly _tag: 'InnerHTML';
|
|
1466
|
+
readonly value: string;
|
|
1467
|
+
};
|
|
1468
|
+
ViewBox: (value: string) => {
|
|
1469
|
+
readonly _tag: 'ViewBox';
|
|
1470
|
+
readonly value: string;
|
|
1471
|
+
};
|
|
1472
|
+
Xmlns: (value: string) => {
|
|
1473
|
+
readonly _tag: 'Xmlns';
|
|
1474
|
+
readonly value: string;
|
|
1475
|
+
};
|
|
1476
|
+
Fill: (value: string) => {
|
|
1477
|
+
readonly _tag: 'Fill';
|
|
1478
|
+
readonly value: string;
|
|
1479
|
+
};
|
|
1480
|
+
FillRule: (value: string) => {
|
|
1481
|
+
readonly _tag: 'FillRule';
|
|
1482
|
+
readonly value: string;
|
|
1483
|
+
};
|
|
1484
|
+
ClipRule: (value: string) => {
|
|
1485
|
+
readonly _tag: 'ClipRule';
|
|
1486
|
+
readonly value: string;
|
|
1487
|
+
};
|
|
1488
|
+
Stroke: (value: string) => {
|
|
1489
|
+
readonly _tag: 'Stroke';
|
|
1490
|
+
readonly value: string;
|
|
1491
|
+
};
|
|
1492
|
+
StrokeWidth: (value: string) => {
|
|
1493
|
+
readonly _tag: 'StrokeWidth';
|
|
1494
|
+
readonly value: string;
|
|
1495
|
+
};
|
|
1496
|
+
StrokeLinecap: (value: string) => {
|
|
1497
|
+
readonly _tag: 'StrokeLinecap';
|
|
1498
|
+
readonly value: string;
|
|
1499
|
+
};
|
|
1500
|
+
StrokeLinejoin: (value: string) => {
|
|
1501
|
+
readonly _tag: 'StrokeLinejoin';
|
|
1502
|
+
readonly value: string;
|
|
1503
|
+
};
|
|
1504
|
+
D: (value: string) => {
|
|
1505
|
+
readonly _tag: 'D';
|
|
1506
|
+
readonly value: string;
|
|
1507
|
+
};
|
|
1508
|
+
Cx: (value: string) => {
|
|
1509
|
+
readonly _tag: 'Cx';
|
|
1510
|
+
readonly value: string;
|
|
1511
|
+
};
|
|
1512
|
+
Cy: (value: string) => {
|
|
1513
|
+
readonly _tag: 'Cy';
|
|
1514
|
+
readonly value: string;
|
|
1515
|
+
};
|
|
1516
|
+
R: (value: string) => {
|
|
1517
|
+
readonly _tag: 'R';
|
|
1518
|
+
readonly value: string;
|
|
1519
|
+
};
|
|
1520
|
+
X: (value: string) => {
|
|
1521
|
+
readonly _tag: 'X';
|
|
1522
|
+
readonly value: string;
|
|
1523
|
+
};
|
|
1524
|
+
Y: (value: string) => {
|
|
1525
|
+
readonly _tag: 'Y';
|
|
1526
|
+
readonly value: string;
|
|
1527
|
+
};
|
|
1528
|
+
Width: (value: string) => {
|
|
1529
|
+
readonly _tag: 'Width';
|
|
1530
|
+
readonly value: string;
|
|
1531
|
+
};
|
|
1532
|
+
Height: (value: string) => {
|
|
1533
|
+
readonly _tag: 'Height';
|
|
1534
|
+
readonly value: string;
|
|
1535
|
+
};
|
|
1536
|
+
X1: (value: string) => {
|
|
1537
|
+
readonly _tag: 'X1';
|
|
1538
|
+
readonly value: string;
|
|
1539
|
+
};
|
|
1540
|
+
Y1: (value: string) => {
|
|
1541
|
+
readonly _tag: 'Y1';
|
|
1542
|
+
readonly value: string;
|
|
1543
|
+
};
|
|
1544
|
+
X2: (value: string) => {
|
|
1545
|
+
readonly _tag: 'X2';
|
|
1546
|
+
readonly value: string;
|
|
1547
|
+
};
|
|
1548
|
+
Y2: (value: string) => {
|
|
1549
|
+
readonly _tag: 'Y2';
|
|
1550
|
+
readonly value: string;
|
|
1551
|
+
};
|
|
1552
|
+
Points: (value: string) => {
|
|
1553
|
+
readonly _tag: 'Points';
|
|
1554
|
+
readonly value: string;
|
|
1555
|
+
};
|
|
1556
|
+
Transform: (value: string) => {
|
|
1557
|
+
readonly _tag: 'Transform';
|
|
1558
|
+
readonly value: string;
|
|
1559
|
+
};
|
|
1560
|
+
Opacity: (value: string) => {
|
|
1561
|
+
readonly _tag: 'Opacity';
|
|
1562
|
+
readonly value: string;
|
|
1563
|
+
};
|
|
1564
|
+
StrokeDasharray: (value: string) => {
|
|
1565
|
+
readonly _tag: 'StrokeDasharray';
|
|
1566
|
+
readonly value: string;
|
|
1567
|
+
};
|
|
1568
|
+
StrokeDashoffset: (value: string) => {
|
|
1569
|
+
readonly _tag: 'StrokeDashoffset';
|
|
1570
|
+
readonly value: string;
|
|
1571
|
+
};
|
|
1345
1572
|
};
|
|
1346
|
-
export declare const
|
|
1347
|
-
|
|
1348
|
-
|
|
1573
|
+
export declare const htmlAttributes: <Message>() => HtmlAttributes<Message>;
|
|
1574
|
+
export declare const html: <Message>() => {
|
|
1575
|
+
empty: Effect.Effect<null, never, never>;
|
|
1576
|
+
keyed: (tagName: TagName) => (key: string, attributes?: readonly AttributeWithoutKey<Message>[], children?: ReadonlyArray<Child>) => Html;
|
|
1577
|
+
Key: (value: string) => {
|
|
1578
|
+
readonly _tag: "Key";
|
|
1579
|
+
readonly value: string;
|
|
1580
|
+
};
|
|
1581
|
+
Class: (value: string) => {
|
|
1582
|
+
readonly _tag: "Class";
|
|
1583
|
+
readonly value: string;
|
|
1584
|
+
};
|
|
1585
|
+
Id: (value: string) => {
|
|
1586
|
+
readonly _tag: "Id";
|
|
1587
|
+
readonly value: string;
|
|
1588
|
+
};
|
|
1589
|
+
Title: (value: string) => {
|
|
1590
|
+
readonly _tag: "Title";
|
|
1591
|
+
readonly value: string;
|
|
1592
|
+
};
|
|
1593
|
+
Lang: (value: string) => {
|
|
1594
|
+
readonly _tag: "Lang";
|
|
1595
|
+
readonly value: string;
|
|
1596
|
+
};
|
|
1597
|
+
Dir: (value: string) => {
|
|
1598
|
+
readonly _tag: "Dir";
|
|
1599
|
+
readonly value: string;
|
|
1600
|
+
};
|
|
1601
|
+
Tabindex: (value: number) => {
|
|
1602
|
+
readonly _tag: "Tabindex";
|
|
1603
|
+
readonly value: number;
|
|
1604
|
+
};
|
|
1605
|
+
Hidden: (value: boolean) => {
|
|
1606
|
+
readonly _tag: "Hidden";
|
|
1607
|
+
readonly value: boolean;
|
|
1608
|
+
};
|
|
1609
|
+
OnClick: (message: Message) => {
|
|
1610
|
+
readonly _tag: "OnClick";
|
|
1611
|
+
readonly message: Message;
|
|
1612
|
+
};
|
|
1613
|
+
OnDblClick: (message: Message) => {
|
|
1614
|
+
readonly _tag: "OnDblClick";
|
|
1615
|
+
readonly message: Message;
|
|
1616
|
+
};
|
|
1617
|
+
OnMouseDown: (message: Message) => {
|
|
1618
|
+
readonly _tag: "OnMouseDown";
|
|
1619
|
+
readonly message: Message;
|
|
1620
|
+
};
|
|
1621
|
+
OnMouseUp: (message: Message) => {
|
|
1622
|
+
readonly _tag: "OnMouseUp";
|
|
1623
|
+
readonly message: Message;
|
|
1624
|
+
};
|
|
1625
|
+
OnMouseEnter: (message: Message) => {
|
|
1626
|
+
readonly _tag: "OnMouseEnter";
|
|
1627
|
+
readonly message: Message;
|
|
1628
|
+
};
|
|
1629
|
+
OnMouseLeave: (message: Message) => {
|
|
1630
|
+
readonly _tag: "OnMouseLeave";
|
|
1631
|
+
readonly message: Message;
|
|
1632
|
+
};
|
|
1633
|
+
OnMouseOver: (message: Message) => {
|
|
1634
|
+
readonly _tag: "OnMouseOver";
|
|
1635
|
+
readonly message: Message;
|
|
1636
|
+
};
|
|
1637
|
+
OnMouseOut: (message: Message) => {
|
|
1638
|
+
readonly _tag: "OnMouseOut";
|
|
1639
|
+
readonly message: Message;
|
|
1640
|
+
};
|
|
1641
|
+
OnMouseMove: (message: Message) => {
|
|
1642
|
+
readonly _tag: "OnMouseMove";
|
|
1643
|
+
readonly message: Message;
|
|
1644
|
+
};
|
|
1645
|
+
OnKeyDown: (f: (key: string) => Message) => {
|
|
1646
|
+
readonly _tag: "OnKeyDown";
|
|
1647
|
+
readonly f: (key: string) => Message;
|
|
1648
|
+
};
|
|
1649
|
+
OnKeyUp: (f: (key: string) => Message) => {
|
|
1650
|
+
readonly _tag: "OnKeyUp";
|
|
1651
|
+
readonly f: (key: string) => Message;
|
|
1652
|
+
};
|
|
1653
|
+
OnKeyPress: (f: (key: string) => Message) => {
|
|
1654
|
+
readonly _tag: "OnKeyPress";
|
|
1655
|
+
readonly f: (key: string) => Message;
|
|
1656
|
+
};
|
|
1657
|
+
OnFocus: (message: Message) => {
|
|
1658
|
+
readonly _tag: "OnFocus";
|
|
1659
|
+
readonly message: Message;
|
|
1660
|
+
};
|
|
1661
|
+
OnBlur: (message: Message) => {
|
|
1662
|
+
readonly _tag: "OnBlur";
|
|
1663
|
+
readonly message: Message;
|
|
1664
|
+
};
|
|
1665
|
+
OnInput: (f: (value: string) => Message) => {
|
|
1666
|
+
readonly _tag: "OnInput";
|
|
1667
|
+
readonly f: (value: string) => Message;
|
|
1668
|
+
};
|
|
1669
|
+
OnChange: (f: (value: string) => Message) => {
|
|
1670
|
+
readonly _tag: "OnChange";
|
|
1671
|
+
readonly f: (value: string) => Message;
|
|
1672
|
+
};
|
|
1673
|
+
OnSubmit: (message: Message) => {
|
|
1674
|
+
readonly _tag: "OnSubmit";
|
|
1675
|
+
readonly message: Message;
|
|
1676
|
+
};
|
|
1677
|
+
OnReset: (message: Message) => {
|
|
1678
|
+
readonly _tag: "OnReset";
|
|
1679
|
+
readonly message: Message;
|
|
1680
|
+
};
|
|
1681
|
+
OnScroll: (message: Message) => {
|
|
1682
|
+
readonly _tag: "OnScroll";
|
|
1683
|
+
readonly message: Message;
|
|
1684
|
+
};
|
|
1685
|
+
OnWheel: (message: Message) => {
|
|
1686
|
+
readonly _tag: "OnWheel";
|
|
1687
|
+
readonly message: Message;
|
|
1688
|
+
};
|
|
1689
|
+
OnCopy: (message: Message) => {
|
|
1690
|
+
readonly _tag: "OnCopy";
|
|
1691
|
+
readonly message: Message;
|
|
1692
|
+
};
|
|
1693
|
+
OnCut: (message: Message) => {
|
|
1694
|
+
readonly _tag: "OnCut";
|
|
1695
|
+
readonly message: Message;
|
|
1696
|
+
};
|
|
1697
|
+
OnPaste: (message: Message) => {
|
|
1698
|
+
readonly _tag: "OnPaste";
|
|
1699
|
+
readonly message: Message;
|
|
1700
|
+
};
|
|
1701
|
+
Value: (value: string) => {
|
|
1702
|
+
readonly _tag: "Value";
|
|
1703
|
+
readonly value: string;
|
|
1704
|
+
};
|
|
1705
|
+
Checked: (value: boolean) => {
|
|
1706
|
+
readonly _tag: "Checked";
|
|
1707
|
+
readonly value: boolean;
|
|
1708
|
+
};
|
|
1709
|
+
Selected: (value: boolean) => {
|
|
1710
|
+
readonly _tag: "Selected";
|
|
1711
|
+
readonly value: boolean;
|
|
1712
|
+
};
|
|
1713
|
+
Placeholder: (value: string) => {
|
|
1714
|
+
readonly _tag: "Placeholder";
|
|
1715
|
+
readonly value: string;
|
|
1716
|
+
};
|
|
1717
|
+
Name: (value: string) => {
|
|
1718
|
+
readonly _tag: "Name";
|
|
1719
|
+
readonly value: string;
|
|
1720
|
+
};
|
|
1721
|
+
Disabled: (value: boolean) => {
|
|
1722
|
+
readonly _tag: "Disabled";
|
|
1723
|
+
readonly value: boolean;
|
|
1724
|
+
};
|
|
1725
|
+
Readonly: (value: boolean) => {
|
|
1726
|
+
readonly _tag: "Readonly";
|
|
1727
|
+
readonly value: boolean;
|
|
1728
|
+
};
|
|
1729
|
+
Required: (value: boolean) => {
|
|
1730
|
+
readonly _tag: "Required";
|
|
1731
|
+
readonly value: boolean;
|
|
1732
|
+
};
|
|
1733
|
+
Autofocus: (value: boolean) => {
|
|
1734
|
+
readonly _tag: "Autofocus";
|
|
1735
|
+
readonly value: boolean;
|
|
1736
|
+
};
|
|
1737
|
+
Spellcheck: (value: boolean) => {
|
|
1738
|
+
readonly _tag: "Spellcheck";
|
|
1739
|
+
readonly value: boolean;
|
|
1740
|
+
};
|
|
1741
|
+
Autocorrect: (value: string) => {
|
|
1742
|
+
readonly _tag: "Autocorrect";
|
|
1743
|
+
readonly value: string;
|
|
1744
|
+
};
|
|
1745
|
+
Autocapitalize: (value: string) => {
|
|
1746
|
+
readonly _tag: "Autocapitalize";
|
|
1747
|
+
readonly value: string;
|
|
1748
|
+
};
|
|
1749
|
+
InputMode: (value: string) => {
|
|
1750
|
+
readonly _tag: "InputMode";
|
|
1751
|
+
readonly value: string;
|
|
1752
|
+
};
|
|
1753
|
+
EnterKeyHint: (value: string) => {
|
|
1754
|
+
readonly _tag: "EnterKeyHint";
|
|
1755
|
+
readonly value: string;
|
|
1756
|
+
};
|
|
1757
|
+
Multiple: (value: boolean) => {
|
|
1758
|
+
readonly _tag: "Multiple";
|
|
1759
|
+
readonly value: boolean;
|
|
1760
|
+
};
|
|
1761
|
+
Type: (value: string) => {
|
|
1762
|
+
readonly _tag: "Type";
|
|
1763
|
+
readonly value: string;
|
|
1764
|
+
};
|
|
1765
|
+
Accept: (value: string) => {
|
|
1766
|
+
readonly _tag: "Accept";
|
|
1767
|
+
readonly value: string;
|
|
1768
|
+
};
|
|
1769
|
+
Autocomplete: (value: string) => {
|
|
1770
|
+
readonly _tag: "Autocomplete";
|
|
1771
|
+
readonly value: string;
|
|
1772
|
+
};
|
|
1773
|
+
Pattern: (value: string) => {
|
|
1774
|
+
readonly _tag: "Pattern";
|
|
1775
|
+
readonly value: string;
|
|
1776
|
+
};
|
|
1777
|
+
Maxlength: (value: number) => {
|
|
1778
|
+
readonly _tag: "Maxlength";
|
|
1779
|
+
readonly value: number;
|
|
1780
|
+
};
|
|
1781
|
+
Minlength: (value: number) => {
|
|
1782
|
+
readonly _tag: "Minlength";
|
|
1783
|
+
readonly value: number;
|
|
1784
|
+
};
|
|
1785
|
+
Size: (value: number) => {
|
|
1786
|
+
readonly _tag: "Size";
|
|
1787
|
+
readonly value: number;
|
|
1788
|
+
};
|
|
1789
|
+
Cols: (value: number) => {
|
|
1790
|
+
readonly _tag: "Cols";
|
|
1791
|
+
readonly value: number;
|
|
1792
|
+
};
|
|
1793
|
+
Rows: (value: number) => {
|
|
1794
|
+
readonly _tag: "Rows";
|
|
1795
|
+
readonly value: number;
|
|
1796
|
+
};
|
|
1797
|
+
Max: (value: string) => {
|
|
1798
|
+
readonly _tag: "Max";
|
|
1799
|
+
readonly value: string;
|
|
1800
|
+
};
|
|
1801
|
+
Min: (value: string) => {
|
|
1802
|
+
readonly _tag: "Min";
|
|
1803
|
+
readonly value: string;
|
|
1804
|
+
};
|
|
1805
|
+
Step: (value: string) => {
|
|
1806
|
+
readonly _tag: "Step";
|
|
1807
|
+
readonly value: string;
|
|
1808
|
+
};
|
|
1809
|
+
For: (value: string) => {
|
|
1810
|
+
readonly _tag: "For";
|
|
1811
|
+
readonly value: string;
|
|
1812
|
+
};
|
|
1813
|
+
Href: (value: string) => {
|
|
1814
|
+
readonly _tag: "Href";
|
|
1815
|
+
readonly value: string;
|
|
1816
|
+
};
|
|
1817
|
+
Src: (value: string) => {
|
|
1818
|
+
readonly _tag: "Src";
|
|
1819
|
+
readonly value: string;
|
|
1820
|
+
};
|
|
1821
|
+
Alt: (value: string) => {
|
|
1822
|
+
readonly _tag: "Alt";
|
|
1823
|
+
readonly value: string;
|
|
1824
|
+
};
|
|
1825
|
+
Target: (value: string) => {
|
|
1826
|
+
readonly _tag: "Target";
|
|
1827
|
+
readonly value: string;
|
|
1828
|
+
};
|
|
1829
|
+
Rel: (value: string) => {
|
|
1830
|
+
readonly _tag: "Rel";
|
|
1831
|
+
readonly value: string;
|
|
1832
|
+
};
|
|
1833
|
+
Download: (value: string) => {
|
|
1834
|
+
readonly _tag: "Download";
|
|
1835
|
+
readonly value: string;
|
|
1836
|
+
};
|
|
1837
|
+
Action: (value: string) => {
|
|
1838
|
+
readonly _tag: "Action";
|
|
1839
|
+
readonly value: string;
|
|
1840
|
+
};
|
|
1841
|
+
Method: (value: string) => {
|
|
1842
|
+
readonly _tag: "Method";
|
|
1843
|
+
readonly value: string;
|
|
1844
|
+
};
|
|
1845
|
+
Enctype: (value: string) => {
|
|
1846
|
+
readonly _tag: "Enctype";
|
|
1847
|
+
readonly value: string;
|
|
1848
|
+
};
|
|
1849
|
+
Novalidate: (value: boolean) => {
|
|
1850
|
+
readonly _tag: "Novalidate";
|
|
1851
|
+
readonly value: boolean;
|
|
1852
|
+
};
|
|
1853
|
+
Role: (value: string) => {
|
|
1854
|
+
readonly _tag: "Role";
|
|
1855
|
+
readonly value: string;
|
|
1856
|
+
};
|
|
1857
|
+
AriaLabel: (value: string) => {
|
|
1858
|
+
readonly _tag: "AriaLabel";
|
|
1859
|
+
readonly value: string;
|
|
1860
|
+
};
|
|
1861
|
+
AriaLabelledBy: (value: string) => {
|
|
1862
|
+
readonly _tag: "AriaLabelledBy";
|
|
1863
|
+
readonly value: string;
|
|
1864
|
+
};
|
|
1865
|
+
AriaDescribedBy: (value: string) => {
|
|
1866
|
+
readonly _tag: "AriaDescribedBy";
|
|
1867
|
+
readonly value: string;
|
|
1868
|
+
};
|
|
1869
|
+
AriaHidden: (value: boolean) => {
|
|
1870
|
+
readonly _tag: "AriaHidden";
|
|
1871
|
+
readonly value: boolean;
|
|
1872
|
+
};
|
|
1873
|
+
AriaExpanded: (value: boolean) => {
|
|
1874
|
+
readonly _tag: "AriaExpanded";
|
|
1875
|
+
readonly value: boolean;
|
|
1876
|
+
};
|
|
1877
|
+
AriaSelected: (value: boolean) => {
|
|
1878
|
+
readonly _tag: "AriaSelected";
|
|
1879
|
+
readonly value: boolean;
|
|
1880
|
+
};
|
|
1881
|
+
AriaChecked: (value: boolean) => {
|
|
1882
|
+
readonly _tag: "AriaChecked";
|
|
1883
|
+
readonly value: boolean;
|
|
1884
|
+
};
|
|
1885
|
+
AriaDisabled: (value: boolean) => {
|
|
1886
|
+
readonly _tag: "AriaDisabled";
|
|
1887
|
+
readonly value: boolean;
|
|
1888
|
+
};
|
|
1889
|
+
AriaRequired: (value: boolean) => {
|
|
1890
|
+
readonly _tag: "AriaRequired";
|
|
1891
|
+
readonly value: boolean;
|
|
1892
|
+
};
|
|
1893
|
+
AriaInvalid: (value: boolean) => {
|
|
1894
|
+
readonly _tag: "AriaInvalid";
|
|
1895
|
+
readonly value: boolean;
|
|
1896
|
+
};
|
|
1897
|
+
AriaLive: (value: string) => {
|
|
1898
|
+
readonly _tag: "AriaLive";
|
|
1899
|
+
readonly value: string;
|
|
1900
|
+
};
|
|
1901
|
+
Attribute: (key: string, value: string) => {
|
|
1902
|
+
readonly _tag: "Attribute";
|
|
1903
|
+
readonly key: string;
|
|
1904
|
+
readonly value: string;
|
|
1905
|
+
};
|
|
1906
|
+
DataAttribute: (key: string, value: string) => {
|
|
1907
|
+
readonly _tag: "DataAttribute";
|
|
1908
|
+
readonly key: string;
|
|
1909
|
+
readonly value: string;
|
|
1910
|
+
};
|
|
1911
|
+
Style: (value: Record<string, string>) => {
|
|
1912
|
+
readonly _tag: "Style";
|
|
1913
|
+
readonly value: Record<string, string>;
|
|
1914
|
+
};
|
|
1915
|
+
InnerHTML: (value: string) => {
|
|
1916
|
+
readonly _tag: "InnerHTML";
|
|
1917
|
+
readonly value: string;
|
|
1918
|
+
};
|
|
1919
|
+
ViewBox: (value: string) => {
|
|
1920
|
+
readonly _tag: "ViewBox";
|
|
1921
|
+
readonly value: string;
|
|
1922
|
+
};
|
|
1923
|
+
Xmlns: (value: string) => {
|
|
1924
|
+
readonly _tag: "Xmlns";
|
|
1925
|
+
readonly value: string;
|
|
1926
|
+
};
|
|
1927
|
+
Fill: (value: string) => {
|
|
1928
|
+
readonly _tag: "Fill";
|
|
1929
|
+
readonly value: string;
|
|
1930
|
+
};
|
|
1931
|
+
FillRule: (value: string) => {
|
|
1932
|
+
readonly _tag: "FillRule";
|
|
1933
|
+
readonly value: string;
|
|
1934
|
+
};
|
|
1935
|
+
ClipRule: (value: string) => {
|
|
1936
|
+
readonly _tag: "ClipRule";
|
|
1937
|
+
readonly value: string;
|
|
1938
|
+
};
|
|
1939
|
+
Stroke: (value: string) => {
|
|
1940
|
+
readonly _tag: "Stroke";
|
|
1941
|
+
readonly value: string;
|
|
1942
|
+
};
|
|
1943
|
+
StrokeWidth: (value: string) => {
|
|
1944
|
+
readonly _tag: "StrokeWidth";
|
|
1945
|
+
readonly value: string;
|
|
1946
|
+
};
|
|
1947
|
+
StrokeLinecap: (value: string) => {
|
|
1948
|
+
readonly _tag: "StrokeLinecap";
|
|
1949
|
+
readonly value: string;
|
|
1950
|
+
};
|
|
1951
|
+
StrokeLinejoin: (value: string) => {
|
|
1952
|
+
readonly _tag: "StrokeLinejoin";
|
|
1953
|
+
readonly value: string;
|
|
1954
|
+
};
|
|
1955
|
+
D: (value: string) => {
|
|
1956
|
+
readonly _tag: "D";
|
|
1957
|
+
readonly value: string;
|
|
1958
|
+
};
|
|
1959
|
+
Cx: (value: string) => {
|
|
1960
|
+
readonly _tag: "Cx";
|
|
1961
|
+
readonly value: string;
|
|
1962
|
+
};
|
|
1963
|
+
Cy: (value: string) => {
|
|
1964
|
+
readonly _tag: "Cy";
|
|
1965
|
+
readonly value: string;
|
|
1966
|
+
};
|
|
1967
|
+
R: (value: string) => {
|
|
1968
|
+
readonly _tag: "R";
|
|
1969
|
+
readonly value: string;
|
|
1970
|
+
};
|
|
1971
|
+
X: (value: string) => {
|
|
1972
|
+
readonly _tag: "X";
|
|
1973
|
+
readonly value: string;
|
|
1974
|
+
};
|
|
1975
|
+
Y: (value: string) => {
|
|
1976
|
+
readonly _tag: "Y";
|
|
1977
|
+
readonly value: string;
|
|
1978
|
+
};
|
|
1979
|
+
Width: (value: string) => {
|
|
1980
|
+
readonly _tag: "Width";
|
|
1981
|
+
readonly value: string;
|
|
1982
|
+
};
|
|
1983
|
+
Height: (value: string) => {
|
|
1984
|
+
readonly _tag: "Height";
|
|
1985
|
+
readonly value: string;
|
|
1986
|
+
};
|
|
1987
|
+
X1: (value: string) => {
|
|
1988
|
+
readonly _tag: "X1";
|
|
1989
|
+
readonly value: string;
|
|
1990
|
+
};
|
|
1991
|
+
Y1: (value: string) => {
|
|
1992
|
+
readonly _tag: "Y1";
|
|
1993
|
+
readonly value: string;
|
|
1994
|
+
};
|
|
1995
|
+
X2: (value: string) => {
|
|
1996
|
+
readonly _tag: "X2";
|
|
1997
|
+
readonly value: string;
|
|
1998
|
+
};
|
|
1999
|
+
Y2: (value: string) => {
|
|
2000
|
+
readonly _tag: "Y2";
|
|
2001
|
+
readonly value: string;
|
|
2002
|
+
};
|
|
2003
|
+
Points: (value: string) => {
|
|
2004
|
+
readonly _tag: "Points";
|
|
2005
|
+
readonly value: string;
|
|
2006
|
+
};
|
|
2007
|
+
Transform: (value: string) => {
|
|
2008
|
+
readonly _tag: "Transform";
|
|
2009
|
+
readonly value: string;
|
|
2010
|
+
};
|
|
2011
|
+
Opacity: (value: string) => {
|
|
2012
|
+
readonly _tag: "Opacity";
|
|
2013
|
+
readonly value: string;
|
|
2014
|
+
};
|
|
2015
|
+
StrokeDasharray: (value: string) => {
|
|
2016
|
+
readonly _tag: "StrokeDasharray";
|
|
2017
|
+
readonly value: string;
|
|
2018
|
+
};
|
|
2019
|
+
StrokeDashoffset: (value: string) => {
|
|
2020
|
+
readonly _tag: "StrokeDashoffset";
|
|
2021
|
+
readonly value: string;
|
|
2022
|
+
};
|
|
2023
|
+
a: ElementFunction<Message>;
|
|
2024
|
+
abbr: ElementFunction<Message>;
|
|
2025
|
+
address: ElementFunction<Message>;
|
|
2026
|
+
area: VoidElementFunction<Message>;
|
|
2027
|
+
article: ElementFunction<Message>;
|
|
2028
|
+
aside: ElementFunction<Message>;
|
|
2029
|
+
audio: ElementFunction<Message>;
|
|
2030
|
+
b: ElementFunction<Message>;
|
|
2031
|
+
base: VoidElementFunction<Message>;
|
|
2032
|
+
bdi: ElementFunction<Message>;
|
|
2033
|
+
bdo: ElementFunction<Message>;
|
|
2034
|
+
blockquote: ElementFunction<Message>;
|
|
2035
|
+
body: ElementFunction<Message>;
|
|
2036
|
+
br: VoidElementFunction<Message>;
|
|
2037
|
+
button: ElementFunction<Message>;
|
|
2038
|
+
canvas: ElementFunction<Message>;
|
|
2039
|
+
caption: ElementFunction<Message>;
|
|
2040
|
+
cite: ElementFunction<Message>;
|
|
2041
|
+
code: ElementFunction<Message>;
|
|
2042
|
+
col: VoidElementFunction<Message>;
|
|
2043
|
+
colgroup: ElementFunction<Message>;
|
|
2044
|
+
data: ElementFunction<Message>;
|
|
2045
|
+
datalist: ElementFunction<Message>;
|
|
2046
|
+
dd: ElementFunction<Message>;
|
|
2047
|
+
del: ElementFunction<Message>;
|
|
2048
|
+
details: ElementFunction<Message>;
|
|
2049
|
+
dfn: ElementFunction<Message>;
|
|
2050
|
+
dialog: ElementFunction<Message>;
|
|
2051
|
+
div: ElementFunction<Message>;
|
|
2052
|
+
dl: ElementFunction<Message>;
|
|
2053
|
+
dt: ElementFunction<Message>;
|
|
2054
|
+
em: ElementFunction<Message>;
|
|
2055
|
+
embed: VoidElementFunction<Message>;
|
|
2056
|
+
fieldset: ElementFunction<Message>;
|
|
2057
|
+
figcaption: ElementFunction<Message>;
|
|
2058
|
+
figure: ElementFunction<Message>;
|
|
2059
|
+
footer: ElementFunction<Message>;
|
|
2060
|
+
form: ElementFunction<Message>;
|
|
2061
|
+
h1: ElementFunction<Message>;
|
|
2062
|
+
h2: ElementFunction<Message>;
|
|
2063
|
+
h3: ElementFunction<Message>;
|
|
2064
|
+
h4: ElementFunction<Message>;
|
|
2065
|
+
h5: ElementFunction<Message>;
|
|
2066
|
+
h6: ElementFunction<Message>;
|
|
2067
|
+
head: ElementFunction<Message>;
|
|
2068
|
+
header: ElementFunction<Message>;
|
|
2069
|
+
hgroup: ElementFunction<Message>;
|
|
2070
|
+
hr: VoidElementFunction<Message>;
|
|
2071
|
+
html: ElementFunction<Message>;
|
|
2072
|
+
i: ElementFunction<Message>;
|
|
2073
|
+
iframe: ElementFunction<Message>;
|
|
2074
|
+
img: VoidElementFunction<Message>;
|
|
2075
|
+
input: VoidElementFunction<Message>;
|
|
2076
|
+
ins: ElementFunction<Message>;
|
|
2077
|
+
kbd: ElementFunction<Message>;
|
|
2078
|
+
label: ElementFunction<Message>;
|
|
2079
|
+
legend: ElementFunction<Message>;
|
|
2080
|
+
li: ElementFunction<Message>;
|
|
2081
|
+
link: VoidElementFunction<Message>;
|
|
2082
|
+
main: ElementFunction<Message>;
|
|
2083
|
+
map: ElementFunction<Message>;
|
|
2084
|
+
mark: ElementFunction<Message>;
|
|
2085
|
+
menu: ElementFunction<Message>;
|
|
2086
|
+
meta: VoidElementFunction<Message>;
|
|
2087
|
+
meter: ElementFunction<Message>;
|
|
2088
|
+
nav: ElementFunction<Message>;
|
|
2089
|
+
noscript: ElementFunction<Message>;
|
|
2090
|
+
object: ElementFunction<Message>;
|
|
2091
|
+
ol: ElementFunction<Message>;
|
|
2092
|
+
optgroup: ElementFunction<Message>;
|
|
2093
|
+
option: ElementFunction<Message>;
|
|
2094
|
+
output: ElementFunction<Message>;
|
|
2095
|
+
p: ElementFunction<Message>;
|
|
2096
|
+
picture: ElementFunction<Message>;
|
|
2097
|
+
portal: ElementFunction<Message>;
|
|
2098
|
+
pre: ElementFunction<Message>;
|
|
2099
|
+
progress: ElementFunction<Message>;
|
|
2100
|
+
q: ElementFunction<Message>;
|
|
2101
|
+
rp: ElementFunction<Message>;
|
|
2102
|
+
rt: ElementFunction<Message>;
|
|
2103
|
+
ruby: ElementFunction<Message>;
|
|
2104
|
+
s: ElementFunction<Message>;
|
|
2105
|
+
samp: ElementFunction<Message>;
|
|
2106
|
+
script: ElementFunction<Message>;
|
|
2107
|
+
search: ElementFunction<Message>;
|
|
2108
|
+
section: ElementFunction<Message>;
|
|
2109
|
+
select: ElementFunction<Message>;
|
|
2110
|
+
slot: ElementFunction<Message>;
|
|
2111
|
+
small: ElementFunction<Message>;
|
|
2112
|
+
source: VoidElementFunction<Message>;
|
|
2113
|
+
span: ElementFunction<Message>;
|
|
2114
|
+
strong: ElementFunction<Message>;
|
|
2115
|
+
style: ElementFunction<Message>;
|
|
2116
|
+
sub: ElementFunction<Message>;
|
|
2117
|
+
summary: ElementFunction<Message>;
|
|
2118
|
+
sup: ElementFunction<Message>;
|
|
2119
|
+
table: ElementFunction<Message>;
|
|
2120
|
+
tbody: ElementFunction<Message>;
|
|
2121
|
+
td: ElementFunction<Message>;
|
|
2122
|
+
template: ElementFunction<Message>;
|
|
2123
|
+
textarea: ElementFunction<Message>;
|
|
2124
|
+
tfoot: ElementFunction<Message>;
|
|
2125
|
+
th: ElementFunction<Message>;
|
|
2126
|
+
thead: ElementFunction<Message>;
|
|
2127
|
+
time: ElementFunction<Message>;
|
|
2128
|
+
title: ElementFunction<Message>;
|
|
2129
|
+
tr: ElementFunction<Message>;
|
|
2130
|
+
track: VoidElementFunction<Message>;
|
|
2131
|
+
u: ElementFunction<Message>;
|
|
2132
|
+
ul: ElementFunction<Message>;
|
|
2133
|
+
var: ElementFunction<Message>;
|
|
2134
|
+
video: ElementFunction<Message>;
|
|
2135
|
+
wbr: VoidElementFunction<Message>;
|
|
2136
|
+
svg: ElementFunction<Message>;
|
|
2137
|
+
animate: ElementFunction<Message>;
|
|
2138
|
+
animateMotion: ElementFunction<Message>;
|
|
2139
|
+
animateTransform: ElementFunction<Message>;
|
|
2140
|
+
circle: ElementFunction<Message>;
|
|
2141
|
+
clipPath: ElementFunction<Message>;
|
|
2142
|
+
defs: ElementFunction<Message>;
|
|
2143
|
+
desc: ElementFunction<Message>;
|
|
2144
|
+
ellipse: ElementFunction<Message>;
|
|
2145
|
+
feBlend: ElementFunction<Message>;
|
|
2146
|
+
feColorMatrix: ElementFunction<Message>;
|
|
2147
|
+
feComponentTransfer: ElementFunction<Message>;
|
|
2148
|
+
feComposite: ElementFunction<Message>;
|
|
2149
|
+
feConvolveMatrix: ElementFunction<Message>;
|
|
2150
|
+
feDiffuseLighting: ElementFunction<Message>;
|
|
2151
|
+
feDisplacementMap: ElementFunction<Message>;
|
|
2152
|
+
feDistantLight: ElementFunction<Message>;
|
|
2153
|
+
feDropShadow: ElementFunction<Message>;
|
|
2154
|
+
feFlood: ElementFunction<Message>;
|
|
2155
|
+
feFuncA: ElementFunction<Message>;
|
|
2156
|
+
feFuncB: ElementFunction<Message>;
|
|
2157
|
+
feFuncG: ElementFunction<Message>;
|
|
2158
|
+
feFuncR: ElementFunction<Message>;
|
|
2159
|
+
feGaussianBlur: ElementFunction<Message>;
|
|
2160
|
+
feImage: ElementFunction<Message>;
|
|
2161
|
+
feMerge: ElementFunction<Message>;
|
|
2162
|
+
feMergeNode: ElementFunction<Message>;
|
|
2163
|
+
feMorphology: ElementFunction<Message>;
|
|
2164
|
+
feOffset: ElementFunction<Message>;
|
|
2165
|
+
fePointLight: ElementFunction<Message>;
|
|
2166
|
+
feSpecularLighting: ElementFunction<Message>;
|
|
2167
|
+
feSpotLight: ElementFunction<Message>;
|
|
2168
|
+
feTile: ElementFunction<Message>;
|
|
2169
|
+
feTurbulence: ElementFunction<Message>;
|
|
2170
|
+
filter: ElementFunction<Message>;
|
|
2171
|
+
foreignObject: ElementFunction<Message>;
|
|
2172
|
+
g: ElementFunction<Message>;
|
|
2173
|
+
image: ElementFunction<Message>;
|
|
2174
|
+
line: ElementFunction<Message>;
|
|
2175
|
+
linearGradient: ElementFunction<Message>;
|
|
2176
|
+
marker: ElementFunction<Message>;
|
|
2177
|
+
mask: ElementFunction<Message>;
|
|
2178
|
+
metadata: ElementFunction<Message>;
|
|
2179
|
+
mpath: ElementFunction<Message>;
|
|
2180
|
+
path: ElementFunction<Message>;
|
|
2181
|
+
pattern: ElementFunction<Message>;
|
|
2182
|
+
polygon: ElementFunction<Message>;
|
|
2183
|
+
polyline: ElementFunction<Message>;
|
|
2184
|
+
radialGradient: ElementFunction<Message>;
|
|
2185
|
+
rect: ElementFunction<Message>;
|
|
2186
|
+
set: ElementFunction<Message>;
|
|
2187
|
+
stop: ElementFunction<Message>;
|
|
2188
|
+
switch: ElementFunction<Message>;
|
|
2189
|
+
symbol: ElementFunction<Message>;
|
|
2190
|
+
text: ElementFunction<Message>;
|
|
2191
|
+
textPath: ElementFunction<Message>;
|
|
2192
|
+
tspan: ElementFunction<Message>;
|
|
2193
|
+
use: ElementFunction<Message>;
|
|
2194
|
+
view: ElementFunction<Message>;
|
|
2195
|
+
math: ElementFunction<Message>;
|
|
2196
|
+
annotation: ElementFunction<Message>;
|
|
2197
|
+
'annotation-xml': ElementFunction<Message>;
|
|
2198
|
+
maction: ElementFunction<Message>;
|
|
2199
|
+
menclose: ElementFunction<Message>;
|
|
2200
|
+
merror: ElementFunction<Message>;
|
|
2201
|
+
mfenced: ElementFunction<Message>;
|
|
2202
|
+
mfrac: ElementFunction<Message>;
|
|
2203
|
+
mglyph: ElementFunction<Message>;
|
|
2204
|
+
mi: ElementFunction<Message>;
|
|
2205
|
+
mlabeledtr: ElementFunction<Message>;
|
|
2206
|
+
mlongdiv: ElementFunction<Message>;
|
|
2207
|
+
mmultiscripts: ElementFunction<Message>;
|
|
2208
|
+
mn: ElementFunction<Message>;
|
|
2209
|
+
mo: ElementFunction<Message>;
|
|
2210
|
+
mover: ElementFunction<Message>;
|
|
2211
|
+
mpadded: ElementFunction<Message>;
|
|
2212
|
+
mphantom: ElementFunction<Message>;
|
|
2213
|
+
mprescripts: ElementFunction<Message>;
|
|
2214
|
+
mroot: ElementFunction<Message>;
|
|
2215
|
+
mrow: ElementFunction<Message>;
|
|
2216
|
+
ms: ElementFunction<Message>;
|
|
2217
|
+
mscarries: ElementFunction<Message>;
|
|
2218
|
+
mscarry: ElementFunction<Message>;
|
|
2219
|
+
msgroup: ElementFunction<Message>;
|
|
2220
|
+
msline: ElementFunction<Message>;
|
|
2221
|
+
mspace: ElementFunction<Message>;
|
|
2222
|
+
msqrt: ElementFunction<Message>;
|
|
2223
|
+
msrow: ElementFunction<Message>;
|
|
2224
|
+
mstack: ElementFunction<Message>;
|
|
2225
|
+
mstyle: ElementFunction<Message>;
|
|
2226
|
+
msub: ElementFunction<Message>;
|
|
2227
|
+
msubsup: ElementFunction<Message>;
|
|
2228
|
+
msup: ElementFunction<Message>;
|
|
2229
|
+
mtable: ElementFunction<Message>;
|
|
2230
|
+
mtd: ElementFunction<Message>;
|
|
2231
|
+
mtext: ElementFunction<Message>;
|
|
2232
|
+
mtr: ElementFunction<Message>;
|
|
2233
|
+
munder: ElementFunction<Message>;
|
|
2234
|
+
munderover: ElementFunction<Message>;
|
|
2235
|
+
semantics: ElementFunction<Message>;
|
|
1349
2236
|
};
|
|
1350
|
-
export declare const createElement: <Message>(tagName: TagName, attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1351
|
-
type AttributeWithoutKey<Message> = Exclude<Attribute<Message>, {
|
|
1352
|
-
_tag: 'Key';
|
|
1353
|
-
}>;
|
|
1354
|
-
export declare const keyed: (tagName: TagName) => <Message>(key: string, attributes?: ReadonlyArray<AttributeWithoutKey<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1355
|
-
export declare const a: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1356
|
-
export declare const abbr: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1357
|
-
export declare const address: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1358
|
-
export declare const area: <Message>(attributes?: ReadonlyArray<Attribute<Message>>) => Html;
|
|
1359
|
-
export declare const article: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1360
|
-
export declare const aside: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1361
|
-
export declare const audio: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1362
|
-
export declare const b: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1363
|
-
export declare const base: <Message>(attributes?: ReadonlyArray<Attribute<Message>>) => Html;
|
|
1364
|
-
export declare const bdi: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1365
|
-
export declare const bdo: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1366
|
-
export declare const blockquote: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1367
|
-
export declare const body: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1368
|
-
export declare const br: <Message>(attributes?: ReadonlyArray<Attribute<Message>>) => Html;
|
|
1369
|
-
export declare const button: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1370
|
-
export declare const canvas: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1371
|
-
export declare const caption: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1372
|
-
export declare const cite: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1373
|
-
export declare const code: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1374
|
-
export declare const col: <Message>(attributes?: ReadonlyArray<Attribute<Message>>) => Html;
|
|
1375
|
-
export declare const colgroup: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1376
|
-
export declare const data: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1377
|
-
export declare const datalist: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1378
|
-
export declare const dd: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1379
|
-
export declare const del: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1380
|
-
export declare const details: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1381
|
-
export declare const dfn: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1382
|
-
export declare const dialog: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1383
|
-
export declare const div: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1384
|
-
export declare const dl: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1385
|
-
export declare const dt: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1386
|
-
export declare const em: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1387
|
-
export declare const embed: <Message>(attributes?: ReadonlyArray<Attribute<Message>>) => Html;
|
|
1388
|
-
export declare const fieldset: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1389
|
-
export declare const figcaption: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1390
|
-
export declare const figure: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1391
|
-
export declare const footer: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1392
|
-
export declare const form: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1393
|
-
export declare const h1: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1394
|
-
export declare const h2: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1395
|
-
export declare const h3: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1396
|
-
export declare const h4: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1397
|
-
export declare const h5: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1398
|
-
export declare const h6: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1399
|
-
export declare const head: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1400
|
-
export declare const header: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1401
|
-
export declare const hgroup: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1402
|
-
export declare const hr: <Message>(attributes?: ReadonlyArray<Attribute<Message>>) => Html;
|
|
1403
|
-
export declare const html: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1404
|
-
export declare const i: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1405
|
-
export declare const iframe: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1406
|
-
export declare const img: <Message>(attributes?: ReadonlyArray<Attribute<Message>>) => Html;
|
|
1407
|
-
export declare const input: <Message>(attributes?: ReadonlyArray<Attribute<Message>>) => Html;
|
|
1408
|
-
export declare const ins: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1409
|
-
export declare const kbd: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1410
|
-
export declare const label: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1411
|
-
export declare const legend: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1412
|
-
export declare const li: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1413
|
-
export declare const link: <Message>(attributes?: ReadonlyArray<Attribute<Message>>) => Html;
|
|
1414
|
-
export declare const main: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1415
|
-
export declare const map: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1416
|
-
export declare const mark: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1417
|
-
export declare const menu: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1418
|
-
export declare const meta: <Message>(attributes?: ReadonlyArray<Attribute<Message>>) => Html;
|
|
1419
|
-
export declare const meter: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1420
|
-
export declare const nav: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1421
|
-
export declare const noscript: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1422
|
-
export declare const object: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1423
|
-
export declare const ol: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1424
|
-
export declare const optgroup: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1425
|
-
export declare const option: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1426
|
-
export declare const output: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1427
|
-
export declare const p: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1428
|
-
export declare const picture: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1429
|
-
export declare const portal: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1430
|
-
export declare const pre: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1431
|
-
export declare const progress: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1432
|
-
export declare const q: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1433
|
-
export declare const rp: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1434
|
-
export declare const rt: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1435
|
-
export declare const ruby: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1436
|
-
export declare const s: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1437
|
-
export declare const samp: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1438
|
-
export declare const script: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1439
|
-
export declare const search: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1440
|
-
export declare const section: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1441
|
-
export declare const select: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1442
|
-
export declare const slot: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1443
|
-
export declare const small: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1444
|
-
export declare const source: <Message>(attributes?: ReadonlyArray<Attribute<Message>>) => Html;
|
|
1445
|
-
export declare const span: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1446
|
-
export declare const strong: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1447
|
-
export declare const style: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1448
|
-
export declare const sub: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1449
|
-
export declare const summary: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1450
|
-
export declare const sup: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1451
|
-
export declare const table: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1452
|
-
export declare const tbody: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1453
|
-
export declare const td: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1454
|
-
export declare const template: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1455
|
-
export declare const textarea: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1456
|
-
export declare const tfoot: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1457
|
-
export declare const th: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1458
|
-
export declare const thead: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1459
|
-
export declare const time: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1460
|
-
export declare const title: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1461
|
-
export declare const tr: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1462
|
-
export declare const track: <Message>(attributes?: ReadonlyArray<Attribute<Message>>) => Html;
|
|
1463
|
-
export declare const u: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1464
|
-
export declare const ul: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1465
|
-
export declare const var_: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1466
|
-
export declare const video: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1467
|
-
export declare const wbr: <Message>(attributes?: ReadonlyArray<Attribute<Message>>) => Html;
|
|
1468
|
-
export declare const animate: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1469
|
-
export declare const animateMotion: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1470
|
-
export declare const animateTransform: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1471
|
-
export declare const circle: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1472
|
-
export declare const clipPath: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1473
|
-
export declare const defs: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1474
|
-
export declare const desc: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1475
|
-
export declare const ellipse: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1476
|
-
export declare const feBlend: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1477
|
-
export declare const feColorMatrix: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1478
|
-
export declare const feComponentTransfer: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1479
|
-
export declare const feComposite: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1480
|
-
export declare const feConvolveMatrix: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1481
|
-
export declare const feDiffuseLighting: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1482
|
-
export declare const feDisplacementMap: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1483
|
-
export declare const feDistantLight: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1484
|
-
export declare const feDropShadow: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1485
|
-
export declare const feFlood: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1486
|
-
export declare const feFuncA: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1487
|
-
export declare const feFuncB: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1488
|
-
export declare const feFuncG: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1489
|
-
export declare const feFuncR: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1490
|
-
export declare const feGaussianBlur: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1491
|
-
export declare const feImage: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1492
|
-
export declare const feMerge: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1493
|
-
export declare const feMergeNode: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1494
|
-
export declare const feMorphology: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1495
|
-
export declare const feOffset: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1496
|
-
export declare const fePointLight: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1497
|
-
export declare const feSpecularLighting: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1498
|
-
export declare const feSpotLight: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1499
|
-
export declare const feTile: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1500
|
-
export declare const feTurbulence: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1501
|
-
export declare const filter: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1502
|
-
export declare const foreignObject: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1503
|
-
export declare const g: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1504
|
-
export declare const image: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1505
|
-
export declare const line: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1506
|
-
export declare const linearGradient: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1507
|
-
export declare const marker: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1508
|
-
export declare const mask: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1509
|
-
export declare const metadata: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1510
|
-
export declare const mpath: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1511
|
-
export declare const path: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1512
|
-
export declare const pattern: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1513
|
-
export declare const polygon: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1514
|
-
export declare const polyline: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1515
|
-
export declare const radialGradient: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1516
|
-
export declare const rect: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1517
|
-
export declare const stop: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1518
|
-
export declare const svg: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1519
|
-
export declare const switch_: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1520
|
-
export declare const symbol: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1521
|
-
export declare const text: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1522
|
-
export declare const textPath: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1523
|
-
export declare const tspan: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1524
|
-
export declare const use: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1525
|
-
export declare const view: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1526
|
-
export declare const annotation: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1527
|
-
export declare const annotationXml: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1528
|
-
export declare const math: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1529
|
-
export declare const maction: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1530
|
-
export declare const menclose: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1531
|
-
export declare const merror: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1532
|
-
export declare const mfenced: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1533
|
-
export declare const mfrac: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1534
|
-
export declare const mglyph: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1535
|
-
export declare const mi: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1536
|
-
export declare const mlabeledtr: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1537
|
-
export declare const mlongdiv: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1538
|
-
export declare const mmultiscripts: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1539
|
-
export declare const mn: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1540
|
-
export declare const mo: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1541
|
-
export declare const mover: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1542
|
-
export declare const mpadded: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1543
|
-
export declare const mphantom: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1544
|
-
export declare const mroot: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1545
|
-
export declare const mrow: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1546
|
-
export declare const ms: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1547
|
-
export declare const mscarries: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1548
|
-
export declare const mscarry: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1549
|
-
export declare const msgroup: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1550
|
-
export declare const msline: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1551
|
-
export declare const mspace: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1552
|
-
export declare const msqrt: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1553
|
-
export declare const msrow: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1554
|
-
export declare const mstack: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1555
|
-
export declare const mstyle: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1556
|
-
export declare const msub: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1557
|
-
export declare const msubsup: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1558
|
-
export declare const msup: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1559
|
-
export declare const mtable: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1560
|
-
export declare const mtd: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1561
|
-
export declare const mtext: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1562
|
-
export declare const mtr: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1563
|
-
export declare const munder: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1564
|
-
export declare const munderover: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1565
|
-
export declare const semantics: <Message>(attributes?: ReadonlyArray<Attribute<Message>>, children?: ReadonlyArray<Child>) => Html;
|
|
1566
|
-
export declare const empty: Html;
|
|
1567
2237
|
export {};
|
|
1568
2238
|
//# sourceMappingURL=html.d.ts.map
|