@elliemae/ds-stepper 2.3.0-alpha.8 → 2.3.0-alpha.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,797 @@
1
+ /// <reference path="../../../../shared/typings/react-desc.d.ts" />
2
+ /// <reference types="react" />
3
+ declare const BUTTON_SIZES: {
4
+ readonly normal: "normal";
5
+ readonly large: "large";
6
+ };
7
+ declare type ButtonSizesT = typeof BUTTON_SIZES[keyof typeof BUTTON_SIZES];
8
+ declare const CHEVRON_TYPE: {
9
+ readonly left: "left";
10
+ readonly right: "right";
11
+ };
12
+ declare type ChevronT = typeof CHEVRON_TYPE[keyof typeof CHEVRON_TYPE];
13
+ export declare namespace DSStepperInternalsT {
14
+ interface StepperPropsT {
15
+ [property: string]: unknown;
16
+ steps: number;
17
+ current: number | null;
18
+ visited: number[];
19
+ }
20
+ interface StepperButtonPropsT {
21
+ [property: string]: unknown;
22
+ chevron?: ChevronT;
23
+ fontSize?: ButtonSizesT;
24
+ label: string;
25
+ disabled?: boolean;
26
+ onClick: VoidFunction;
27
+ innerRef?: React.MutableRefObject<HTMLButtonElement> | ((_ref: HTMLButtonElement) => void);
28
+ 'aria-label'?: string;
29
+ 'aria-pressed'?: boolean;
30
+ 'data-testid'?: string;
31
+ }
32
+ }
33
+ export declare const defaultProps: {
34
+ steps: number;
35
+ current: undefined;
36
+ visited: never[];
37
+ };
38
+ export declare const dsStepperProps: {
39
+ 'aria-*': any;
40
+ 'on-*': any;
41
+ 'data-*': any;
42
+ 'all HTML attributes': any;
43
+ about: any;
44
+ accept: any;
45
+ acceptCharset: any;
46
+ accessKey: any;
47
+ action: any;
48
+ allowFullScreen: any;
49
+ allowTransparency: any;
50
+ alt: any;
51
+ 'aria-activedescendant': any;
52
+ 'aria-atomic': any;
53
+ 'aria-autocomplete': any;
54
+ 'aria-busy': any;
55
+ 'aria-checked': any;
56
+ 'aria-colcount': any;
57
+ 'aria-colindex': any;
58
+ 'aria-colspan': any;
59
+ 'aria-controls': any;
60
+ 'aria-current': any;
61
+ 'aria-describedby': any;
62
+ 'aria-details': any;
63
+ 'aria-disabled': any;
64
+ 'aria-dropeffect': any;
65
+ 'aria-errormessage': any;
66
+ 'aria-expanded': any;
67
+ 'aria-flowto': any;
68
+ 'aria-grabbed': any;
69
+ 'aria-haspopup': any;
70
+ 'aria-hidden': any;
71
+ 'aria-invalid': any;
72
+ 'aria-keyshortcuts': any;
73
+ 'aria-label': any;
74
+ 'aria-labelledby': any;
75
+ 'aria-level': any;
76
+ 'aria-live': any;
77
+ 'aria-modal': any;
78
+ 'aria-multiline': any;
79
+ 'aria-multiselectable': any;
80
+ 'aria-orientation': any;
81
+ 'aria-owns': any;
82
+ 'aria-placeholder': any;
83
+ 'aria-posinset': any;
84
+ 'aria-pressed': any;
85
+ 'aria-readonly': any;
86
+ 'aria-relevant': any;
87
+ 'aria-required': any;
88
+ 'aria-roledescription': any;
89
+ 'aria-rowcount': any;
90
+ 'aria-rowindex': any;
91
+ 'aria-rowspan': any;
92
+ 'aria-selected': any;
93
+ 'aria-setsize': any;
94
+ 'aria-sort': any;
95
+ 'aria-valuemax': any;
96
+ 'aria-valuemin': any;
97
+ 'aria-valuenow': any;
98
+ 'aria-valuetext': any;
99
+ as: any;
100
+ async: any;
101
+ autoCapitalize: any;
102
+ autoComplete: any;
103
+ autoCorrect: any;
104
+ autoFocus: any;
105
+ autoPlay: any;
106
+ autoSave: any;
107
+ capture: any;
108
+ cellPadding: any;
109
+ cellSpacing: any;
110
+ challenge: any;
111
+ charSet: any;
112
+ checked: any;
113
+ cite: any;
114
+ classID: any;
115
+ className: any;
116
+ color: any;
117
+ cols: any;
118
+ colSpan: any;
119
+ content: any;
120
+ contentEditable: any;
121
+ contextMenu: any;
122
+ controls: any;
123
+ coords: any;
124
+ crossOrigin: any;
125
+ data: any;
126
+ datatype: any;
127
+ dateTime: any;
128
+ default: any;
129
+ defaultChecked: any;
130
+ defaultValue: any;
131
+ defer: any;
132
+ dir: any;
133
+ disabled: any;
134
+ download: any;
135
+ draggable: any;
136
+ encType: any;
137
+ form: any;
138
+ formAction: any;
139
+ formEncType: any;
140
+ formMethod: any;
141
+ formNoValidate: any;
142
+ formTarget: any;
143
+ frameBorder: any;
144
+ headers: any;
145
+ height: any;
146
+ hidden: any;
147
+ high: any;
148
+ href: any;
149
+ hrefLang: any;
150
+ htmlFor: any;
151
+ httpEquiv: any;
152
+ id: any;
153
+ inlist: any;
154
+ inputMode: any;
155
+ integrity: any;
156
+ is: any;
157
+ itemID: any;
158
+ itemProp: any;
159
+ itemRef: any;
160
+ itemScope: any;
161
+ itemType: any;
162
+ keyParams: any;
163
+ keyType: any;
164
+ kind: any;
165
+ label: any;
166
+ lang: any;
167
+ list: any;
168
+ loop: any;
169
+ low: any;
170
+ manifest: any;
171
+ marginHeight: any;
172
+ marginWidth: any;
173
+ max: any;
174
+ maxLength: any;
175
+ media: any;
176
+ mediaGroup: any;
177
+ method: any;
178
+ min: any;
179
+ minLength: any;
180
+ multiple: any;
181
+ muted: any;
182
+ name: any;
183
+ nonce: any;
184
+ noValidate: any;
185
+ onAbort: any;
186
+ onAbortCapture: any;
187
+ onAnimationEnd: any;
188
+ onAnimationEndCapture: any;
189
+ onAnimationIteration: any;
190
+ onAnimationIterationCapture: any;
191
+ onAnimationStart: any;
192
+ onAnimationStartCapture: any;
193
+ onAuxClick: any;
194
+ onAuxClickCapture: any;
195
+ onBeforeInput: any;
196
+ onBeforeInputCapture: any;
197
+ onBlur: any;
198
+ onBlurCapture: any;
199
+ onCanPlay: any;
200
+ onCanPlayCapture: any;
201
+ onCanPlayThrough: any;
202
+ onCanPlayThroughCapture: any;
203
+ onChange: any;
204
+ onChangeCapture: any;
205
+ onClick: any;
206
+ onClickCapture: any;
207
+ onCompositionEnd: any;
208
+ onCompositionEndCapture: any;
209
+ onCompositionStart: any;
210
+ onCompositionStartCapture: any;
211
+ onCompositionUpdate: any;
212
+ onCompositionUpdateCapture: any;
213
+ onContextMenu: any;
214
+ onContextMenuCapture: any;
215
+ onCopy: any;
216
+ onCopyCapture: any;
217
+ onCut: any;
218
+ onCutCapture: any;
219
+ onDoubleClick: any;
220
+ onDoubleClickCapture: any;
221
+ onDrag: any;
222
+ onDragCapture: any;
223
+ onDragEnd: any;
224
+ onDragEndCapture: any;
225
+ onDragEnter: any;
226
+ onDragEnterCapture: any;
227
+ onDragExit: any;
228
+ onDragExitCapture: any;
229
+ onDragLeave: any;
230
+ onDragLeaveCapture: any;
231
+ onDragOver: any;
232
+ onDragOverCapture: any;
233
+ onDragStart: any;
234
+ onDragStartCapture: any;
235
+ onDrop: any;
236
+ onDropCapture: any;
237
+ onDurationChange: any;
238
+ onDurationChangeCapture: any;
239
+ onEmptied: any;
240
+ onEmptiedCapture: any;
241
+ onEncrypted: any;
242
+ onEncryptedCapture: any;
243
+ onEnded: any;
244
+ onEndedCapture: any;
245
+ onError: any;
246
+ onErrorCapture: any;
247
+ onFocus: any;
248
+ onFocusCapture: any;
249
+ onGotPointerCapture: any;
250
+ onGotPointerCaptureCapture: any;
251
+ onInput: any;
252
+ onInputCapture: any;
253
+ onInvalid: any;
254
+ onInvalidCapture: any;
255
+ onKeyDown: any;
256
+ onKeyDownCapture: any;
257
+ onKeyPress: any;
258
+ onKeyPressCapture: any;
259
+ onKeyUp: any;
260
+ onKeyUpCapture: any;
261
+ onLoad: any;
262
+ onLoadCapture: any;
263
+ onLoadedData: any;
264
+ onLoadedDataCapture: any;
265
+ onLoadedMetadata: any;
266
+ onLoadedMetadataCapture: any;
267
+ onLoadStart: any;
268
+ onLoadStartCapture: any;
269
+ onLostPointerCapture: any;
270
+ onLostPointerCaptureCapture: any;
271
+ onMouseDown: any;
272
+ onMouseDownCapture: any;
273
+ onMouseEnter: any;
274
+ onMouseLeave: any;
275
+ onMouseMove: any;
276
+ onMouseMoveCapture: any;
277
+ onMouseOut: any;
278
+ onMouseOutCapture: any;
279
+ onMouseOver: any;
280
+ onMouseOverCapture: any;
281
+ onMouseUp: any;
282
+ onMouseUpCapture: any;
283
+ onPaste: any;
284
+ onPasteCapture: any;
285
+ onPause: any;
286
+ onPauseCapture: any;
287
+ onPlay: any;
288
+ onPlayCapture: any;
289
+ onPlaying: any;
290
+ onPlayingCapture: any;
291
+ onPointerCancel: any;
292
+ onPointerCancelCapture: any;
293
+ onPointerDown: any;
294
+ onPointerDownCapture: any;
295
+ onPointerEnter: any;
296
+ onPointerEnterCapture: any;
297
+ onPointerLeave: any;
298
+ onPointerLeaveCapture: any;
299
+ onPointerMove: any;
300
+ onPointerMoveCapture: any;
301
+ onPointerOut: any;
302
+ onPointerOutCapture: any;
303
+ onPointerOver: any;
304
+ onPointerOverCapture: any;
305
+ onPointerUp: any;
306
+ onPointerUpCapture: any;
307
+ onProgress: any;
308
+ onProgressCapture: any;
309
+ onRateChange: any;
310
+ onRateChangeCapture: any;
311
+ onReset: any;
312
+ onResetCapture: any;
313
+ onScroll: any;
314
+ onScrollCapture: any;
315
+ onSeeked: any;
316
+ onSeekedCapture: any;
317
+ onSeeking: any;
318
+ onSeekingCapture: any;
319
+ onSelect: any;
320
+ onSelectCapture: any;
321
+ onStalled: any;
322
+ onStalledCapture: any;
323
+ onSubmit: any;
324
+ onSubmitCapture: any;
325
+ onSuspend: any;
326
+ onSuspendCapture: any;
327
+ onTimeUpdate: any;
328
+ onTimeUpdateCapture: any;
329
+ onTouchCancel: any;
330
+ onTouchCancelCapture: any;
331
+ onTouchEnd: any;
332
+ onTouchEndCapture: any;
333
+ onTouchMove: any;
334
+ onTouchMoveCapture: any;
335
+ onTouchStart: any;
336
+ onTouchStartCapture: any;
337
+ onTransitionEnd: any;
338
+ onTransitionEndCapture: any;
339
+ onVolumeChange: any;
340
+ onVolumeChangeCapture: any;
341
+ onWaiting: any;
342
+ onWaitingCapture: any;
343
+ onWheel: any;
344
+ onWheelCapture: any;
345
+ open: any;
346
+ optimum: any;
347
+ pattern: any;
348
+ placeholder: any;
349
+ playsInline: any;
350
+ poster: any;
351
+ prefix: any;
352
+ preload: any;
353
+ property: any;
354
+ radioGroup: any;
355
+ readOnly: any;
356
+ rel: any;
357
+ required: any;
358
+ resource: any;
359
+ results: any;
360
+ reversed: any;
361
+ role: any;
362
+ rows: any;
363
+ rowSpan: any;
364
+ sandbox: any;
365
+ scope: any;
366
+ scoped: any;
367
+ scrolling: any;
368
+ seamless: any;
369
+ security: any;
370
+ selected: any;
371
+ shape: any;
372
+ size: any;
373
+ sizes: any;
374
+ slot: any;
375
+ span: any;
376
+ spellCheck: any;
377
+ src: any;
378
+ srcDoc: any;
379
+ srcLang: any;
380
+ srcSet: any;
381
+ start: any;
382
+ step: any;
383
+ style: any;
384
+ summary: any;
385
+ suppressContentEditableWarning: any;
386
+ suppressHydrationWarning: any;
387
+ tabIndex: any;
388
+ target: any;
389
+ title: any;
390
+ translate: any;
391
+ type: any;
392
+ typeof: any;
393
+ unselectable: any;
394
+ useMap: any;
395
+ value: any;
396
+ vocab: any;
397
+ width: any;
398
+ wmode: any;
399
+ wrap: any;
400
+ steps: import("react-desc").PropTypesDescValue;
401
+ current: {
402
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
403
+ deprecated: import("react-desc").PropTypesDescValidator;
404
+ };
405
+ isRequired: import("react-desc").PropTypesDescValue;
406
+ };
407
+ visited: import("react-desc").PropTypesDescValue;
408
+ };
409
+ export declare const defaultButtonProps: {
410
+ chevron: undefined;
411
+ fontSize: "normal";
412
+ disabled: boolean;
413
+ onClick: (...args: any[]) => void;
414
+ };
415
+ export declare const dsStepperButtonProps: {
416
+ disabled: {
417
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
418
+ deprecated: import("react-desc").PropTypesDescValidator;
419
+ };
420
+ isRequired: import("react-desc").PropTypesDescValue;
421
+ };
422
+ onClick: {
423
+ deprecated: import("react-desc").PropTypesDescValidator;
424
+ };
425
+ label: import("react-desc").PropTypesDescValue;
426
+ 'aria-*': any;
427
+ 'on-*': any;
428
+ 'data-*': any;
429
+ 'all HTML attributes': any;
430
+ about: any;
431
+ accept: any;
432
+ acceptCharset: any;
433
+ accessKey: any;
434
+ action: any;
435
+ allowFullScreen: any;
436
+ allowTransparency: any;
437
+ alt: any;
438
+ 'aria-activedescendant': any;
439
+ 'aria-atomic': any;
440
+ 'aria-autocomplete': any;
441
+ 'aria-busy': any;
442
+ 'aria-checked': any;
443
+ 'aria-colcount': any;
444
+ 'aria-colindex': any;
445
+ 'aria-colspan': any;
446
+ 'aria-controls': any;
447
+ 'aria-current': any;
448
+ 'aria-describedby': any;
449
+ 'aria-details': any;
450
+ 'aria-disabled': any;
451
+ 'aria-dropeffect': any;
452
+ 'aria-errormessage': any;
453
+ 'aria-expanded': any;
454
+ 'aria-flowto': any;
455
+ 'aria-grabbed': any;
456
+ 'aria-haspopup': any;
457
+ 'aria-hidden': any;
458
+ 'aria-invalid': any;
459
+ 'aria-keyshortcuts': any;
460
+ 'aria-label': any;
461
+ 'aria-labelledby': any;
462
+ 'aria-level': any;
463
+ 'aria-live': any;
464
+ 'aria-modal': any;
465
+ 'aria-multiline': any;
466
+ 'aria-multiselectable': any;
467
+ 'aria-orientation': any;
468
+ 'aria-owns': any;
469
+ 'aria-placeholder': any;
470
+ 'aria-posinset': any;
471
+ 'aria-pressed': any;
472
+ 'aria-readonly': any;
473
+ 'aria-relevant': any;
474
+ 'aria-required': any;
475
+ 'aria-roledescription': any;
476
+ 'aria-rowcount': any;
477
+ 'aria-rowindex': any;
478
+ 'aria-rowspan': any;
479
+ 'aria-selected': any;
480
+ 'aria-setsize': any;
481
+ 'aria-sort': any;
482
+ 'aria-valuemax': any;
483
+ 'aria-valuemin': any;
484
+ 'aria-valuenow': any;
485
+ 'aria-valuetext': any;
486
+ as: any;
487
+ async: any;
488
+ autoCapitalize: any;
489
+ autoComplete: any;
490
+ autoCorrect: any;
491
+ autoFocus: any;
492
+ autoPlay: any;
493
+ autoSave: any;
494
+ capture: any;
495
+ cellPadding: any;
496
+ cellSpacing: any;
497
+ challenge: any;
498
+ charSet: any;
499
+ checked: any;
500
+ cite: any;
501
+ classID: any;
502
+ className: any;
503
+ color: any;
504
+ cols: any;
505
+ colSpan: any;
506
+ content: any;
507
+ contentEditable: any;
508
+ contextMenu: any;
509
+ controls: any;
510
+ coords: any;
511
+ crossOrigin: any;
512
+ data: any;
513
+ datatype: any;
514
+ dateTime: any;
515
+ default: any;
516
+ defaultChecked: any;
517
+ defaultValue: any;
518
+ defer: any;
519
+ dir: any;
520
+ download: any;
521
+ draggable: any;
522
+ encType: any;
523
+ form: any;
524
+ formAction: any;
525
+ formEncType: any;
526
+ formMethod: any;
527
+ formNoValidate: any;
528
+ formTarget: any;
529
+ frameBorder: any;
530
+ headers: any;
531
+ height: any;
532
+ hidden: any;
533
+ high: any;
534
+ href: any;
535
+ hrefLang: any;
536
+ htmlFor: any;
537
+ httpEquiv: any;
538
+ id: any;
539
+ inlist: any;
540
+ inputMode: any;
541
+ integrity: any;
542
+ is: any;
543
+ itemID: any;
544
+ itemProp: any;
545
+ itemRef: any;
546
+ itemScope: any;
547
+ itemType: any;
548
+ keyParams: any;
549
+ keyType: any;
550
+ kind: any;
551
+ lang: any;
552
+ list: any;
553
+ loop: any;
554
+ low: any;
555
+ manifest: any;
556
+ marginHeight: any;
557
+ marginWidth: any;
558
+ max: any;
559
+ maxLength: any;
560
+ media: any;
561
+ mediaGroup: any;
562
+ method: any;
563
+ min: any;
564
+ minLength: any;
565
+ multiple: any;
566
+ muted: any;
567
+ name: any;
568
+ nonce: any;
569
+ noValidate: any;
570
+ onAbort: any;
571
+ onAbortCapture: any;
572
+ onAnimationEnd: any;
573
+ onAnimationEndCapture: any;
574
+ onAnimationIteration: any;
575
+ onAnimationIterationCapture: any;
576
+ onAnimationStart: any;
577
+ onAnimationStartCapture: any;
578
+ onAuxClick: any;
579
+ onAuxClickCapture: any;
580
+ onBeforeInput: any;
581
+ onBeforeInputCapture: any;
582
+ onBlur: any;
583
+ onBlurCapture: any;
584
+ onCanPlay: any;
585
+ onCanPlayCapture: any;
586
+ onCanPlayThrough: any;
587
+ onCanPlayThroughCapture: any;
588
+ onChange: any;
589
+ onChangeCapture: any;
590
+ onClickCapture: any;
591
+ onCompositionEnd: any;
592
+ onCompositionEndCapture: any;
593
+ onCompositionStart: any;
594
+ onCompositionStartCapture: any;
595
+ onCompositionUpdate: any;
596
+ onCompositionUpdateCapture: any;
597
+ onContextMenu: any;
598
+ onContextMenuCapture: any;
599
+ onCopy: any;
600
+ onCopyCapture: any;
601
+ onCut: any;
602
+ onCutCapture: any;
603
+ onDoubleClick: any;
604
+ onDoubleClickCapture: any;
605
+ onDrag: any;
606
+ onDragCapture: any;
607
+ onDragEnd: any;
608
+ onDragEndCapture: any;
609
+ onDragEnter: any;
610
+ onDragEnterCapture: any;
611
+ onDragExit: any;
612
+ onDragExitCapture: any;
613
+ onDragLeave: any;
614
+ onDragLeaveCapture: any;
615
+ onDragOver: any;
616
+ onDragOverCapture: any;
617
+ onDragStart: any;
618
+ onDragStartCapture: any;
619
+ onDrop: any;
620
+ onDropCapture: any;
621
+ onDurationChange: any;
622
+ onDurationChangeCapture: any;
623
+ onEmptied: any;
624
+ onEmptiedCapture: any;
625
+ onEncrypted: any;
626
+ onEncryptedCapture: any;
627
+ onEnded: any;
628
+ onEndedCapture: any;
629
+ onError: any;
630
+ onErrorCapture: any;
631
+ onFocus: any;
632
+ onFocusCapture: any;
633
+ onGotPointerCapture: any;
634
+ onGotPointerCaptureCapture: any;
635
+ onInput: any;
636
+ onInputCapture: any;
637
+ onInvalid: any;
638
+ onInvalidCapture: any;
639
+ onKeyDown: any;
640
+ onKeyDownCapture: any;
641
+ onKeyPress: any;
642
+ onKeyPressCapture: any;
643
+ onKeyUp: any;
644
+ onKeyUpCapture: any;
645
+ onLoad: any;
646
+ onLoadCapture: any;
647
+ onLoadedData: any;
648
+ onLoadedDataCapture: any;
649
+ onLoadedMetadata: any;
650
+ onLoadedMetadataCapture: any;
651
+ onLoadStart: any;
652
+ onLoadStartCapture: any;
653
+ onLostPointerCapture: any;
654
+ onLostPointerCaptureCapture: any;
655
+ onMouseDown: any;
656
+ onMouseDownCapture: any;
657
+ onMouseEnter: any;
658
+ onMouseLeave: any;
659
+ onMouseMove: any;
660
+ onMouseMoveCapture: any;
661
+ onMouseOut: any;
662
+ onMouseOutCapture: any;
663
+ onMouseOver: any;
664
+ onMouseOverCapture: any;
665
+ onMouseUp: any;
666
+ onMouseUpCapture: any;
667
+ onPaste: any;
668
+ onPasteCapture: any;
669
+ onPause: any;
670
+ onPauseCapture: any;
671
+ onPlay: any;
672
+ onPlayCapture: any;
673
+ onPlaying: any;
674
+ onPlayingCapture: any;
675
+ onPointerCancel: any;
676
+ onPointerCancelCapture: any;
677
+ onPointerDown: any;
678
+ onPointerDownCapture: any;
679
+ onPointerEnter: any;
680
+ onPointerEnterCapture: any;
681
+ onPointerLeave: any;
682
+ onPointerLeaveCapture: any;
683
+ onPointerMove: any;
684
+ onPointerMoveCapture: any;
685
+ onPointerOut: any;
686
+ onPointerOutCapture: any;
687
+ onPointerOver: any;
688
+ onPointerOverCapture: any;
689
+ onPointerUp: any;
690
+ onPointerUpCapture: any;
691
+ onProgress: any;
692
+ onProgressCapture: any;
693
+ onRateChange: any;
694
+ onRateChangeCapture: any;
695
+ onReset: any;
696
+ onResetCapture: any;
697
+ onScroll: any;
698
+ onScrollCapture: any;
699
+ onSeeked: any;
700
+ onSeekedCapture: any;
701
+ onSeeking: any;
702
+ onSeekingCapture: any;
703
+ onSelect: any;
704
+ onSelectCapture: any;
705
+ onStalled: any;
706
+ onStalledCapture: any;
707
+ onSubmit: any;
708
+ onSubmitCapture: any;
709
+ onSuspend: any;
710
+ onSuspendCapture: any;
711
+ onTimeUpdate: any;
712
+ onTimeUpdateCapture: any;
713
+ onTouchCancel: any;
714
+ onTouchCancelCapture: any;
715
+ onTouchEnd: any;
716
+ onTouchEndCapture: any;
717
+ onTouchMove: any;
718
+ onTouchMoveCapture: any;
719
+ onTouchStart: any;
720
+ onTouchStartCapture: any;
721
+ onTransitionEnd: any;
722
+ onTransitionEndCapture: any;
723
+ onVolumeChange: any;
724
+ onVolumeChangeCapture: any;
725
+ onWaiting: any;
726
+ onWaitingCapture: any;
727
+ onWheel: any;
728
+ onWheelCapture: any;
729
+ open: any;
730
+ optimum: any;
731
+ pattern: any;
732
+ placeholder: any;
733
+ playsInline: any;
734
+ poster: any;
735
+ prefix: any;
736
+ preload: any;
737
+ property: any;
738
+ radioGroup: any;
739
+ readOnly: any;
740
+ rel: any;
741
+ required: any;
742
+ resource: any;
743
+ results: any;
744
+ reversed: any;
745
+ role: any;
746
+ rows: any;
747
+ rowSpan: any;
748
+ sandbox: any;
749
+ scope: any;
750
+ scoped: any;
751
+ scrolling: any;
752
+ seamless: any;
753
+ security: any;
754
+ selected: any;
755
+ shape: any;
756
+ size: any;
757
+ sizes: any;
758
+ slot: any;
759
+ span: any;
760
+ spellCheck: any;
761
+ src: any;
762
+ srcDoc: any;
763
+ srcLang: any;
764
+ srcSet: any;
765
+ start: any;
766
+ step: any;
767
+ style: any;
768
+ summary: any;
769
+ suppressContentEditableWarning: any;
770
+ suppressHydrationWarning: any;
771
+ tabIndex: any;
772
+ target: any;
773
+ title: any;
774
+ translate: any;
775
+ type: any;
776
+ typeof: any;
777
+ unselectable: any;
778
+ useMap: any;
779
+ value: any;
780
+ vocab: any;
781
+ width: any;
782
+ wmode: any;
783
+ wrap: any;
784
+ chevron: {
785
+ deprecated: import("react-desc").PropTypesDescValidator;
786
+ };
787
+ fontSize: {
788
+ deprecated: import("react-desc").PropTypesDescValidator;
789
+ };
790
+ innerRef: {
791
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
792
+ deprecated: import("react-desc").PropTypesDescValidator;
793
+ };
794
+ isRequired: import("react-desc").PropTypesDescValue;
795
+ };
796
+ };
797
+ export {};