- Title(props: {
about?: string;
accessKey?: string;
aria-activedescendant?: string;
aria-atomic?: Booleanish;
aria-autocomplete?: "inline" | "none" | "list" | "both";
aria-busy?: Booleanish;
aria-checked?: boolean | "true" | "false" | "mixed";
aria-colcount?: number;
aria-colindex?: number;
aria-colspan?: number;
aria-controls?: string;
aria-current?: boolean | "time" | "date" | "step" | "true" | "false" | "page" | "location";
aria-describedby?: string;
aria-details?: string;
aria-disabled?: Booleanish;
aria-dropeffect?: "link" | "none" | "copy" | "execute" | "move" | "popup";
aria-errormessage?: string;
aria-expanded?: Booleanish;
aria-flowto?: string;
aria-grabbed?: Booleanish;
aria-haspopup?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree";
aria-hidden?: Booleanish;
aria-invalid?: boolean | "true" | "false" | "grammar" | "spelling";
aria-keyshortcuts?: string;
aria-label?: string;
aria-labelledby?: string;
aria-level?: number;
aria-live?: "off" | "assertive" | "polite";
aria-modal?: Booleanish;
aria-multiline?: Booleanish;
aria-multiselectable?: Booleanish;
aria-orientation?: "horizontal" | "vertical";
aria-owns?: string;
aria-placeholder?: string;
aria-posinset?: number;
aria-pressed?: boolean | "true" | "false" | "mixed";
aria-readonly?: Booleanish;
aria-relevant?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
aria-required?: Booleanish;
aria-roledescription?: string;
aria-rowcount?: number;
aria-rowindex?: number;
aria-rowspan?: number;
aria-selected?: Booleanish;
aria-setsize?: number;
aria-sort?: "none" | "ascending" | "descending" | "other";
aria-valuemax?: number;
aria-valuemin?: number;
aria-valuenow?: number;
aria-valuetext?: string;
autoCapitalize?: string;
autoCorrect?: string;
autoSave?: string;
children?: ReactNode;
className?: string;
color?: string;
contentEditable?: "inherit" | Booleanish;
contextMenu?: string;
dangerouslySetInnerHTML?: {
__html: string;
};
datatype?: string;
defaultChecked?: boolean;
defaultValue?: string | number | readonly string[];
dir?: string;
draggable?: Booleanish;
hidden?: boolean;
id?: string;
inlist?: any;
inputMode?: "email" | "search" | "text" | "tel" | "url" | "none" | "numeric" | "decimal";
is?: string;
itemID?: string;
itemProp?: string;
itemRef?: string;
itemScope?: boolean;
itemType?: string;
key?: null | Key;
lang?: string;
onAbort?: ReactEventHandler<HTMLDivElement>;
onAbortCapture?: ReactEventHandler<HTMLDivElement>;
onAnimationEnd?: AnimationEventHandler<HTMLDivElement>;
onAnimationEndCapture?: AnimationEventHandler<HTMLDivElement>;
onAnimationIteration?: AnimationEventHandler<HTMLDivElement>;
onAnimationIterationCapture?: AnimationEventHandler<HTMLDivElement>;
onAnimationStart?: AnimationEventHandler<HTMLDivElement>;
onAnimationStartCapture?: AnimationEventHandler<HTMLDivElement>;
onAuxClick?: MouseEventHandler<HTMLDivElement>;
onAuxClickCapture?: MouseEventHandler<HTMLDivElement>;
onBeforeInput?: FormEventHandler<HTMLDivElement>;
onBeforeInputCapture?: FormEventHandler<HTMLDivElement>;
onBlur?: FocusEventHandler<HTMLDivElement>;
onBlurCapture?: FocusEventHandler<HTMLDivElement>;
onCanPlay?: ReactEventHandler<HTMLDivElement>;
onCanPlayCapture?: ReactEventHandler<HTMLDivElement>;
onCanPlayThrough?: ReactEventHandler<HTMLDivElement>;
onCanPlayThroughCapture?: ReactEventHandler<HTMLDivElement>;
onChange?: FormEventHandler<HTMLDivElement>;
onChangeCapture?: FormEventHandler<HTMLDivElement>;
onClick?: MouseEventHandler<HTMLDivElement>;
onClickCapture?: MouseEventHandler<HTMLDivElement>;
onCompositionEnd?: CompositionEventHandler<HTMLDivElement>;
onCompositionEndCapture?: CompositionEventHandler<HTMLDivElement>;
onCompositionStart?: CompositionEventHandler<HTMLDivElement>;
onCompositionStartCapture?: CompositionEventHandler<HTMLDivElement>;
onCompositionUpdate?: CompositionEventHandler<HTMLDivElement>;
onCompositionUpdateCapture?: CompositionEventHandler<HTMLDivElement>;
onContextMenu?: MouseEventHandler<HTMLDivElement>;
onContextMenuCapture?: MouseEventHandler<HTMLDivElement>;
onCopy?: ClipboardEventHandler<HTMLDivElement>;
onCopyCapture?: ClipboardEventHandler<HTMLDivElement>;
onCut?: ClipboardEventHandler<HTMLDivElement>;
onCutCapture?: ClipboardEventHandler<HTMLDivElement>;
onDoubleClick?: MouseEventHandler<HTMLDivElement>;
onDoubleClickCapture?: MouseEventHandler<HTMLDivElement>;
onDrag?: DragEventHandler<HTMLDivElement>;
onDragCapture?: DragEventHandler<HTMLDivElement>;
onDragEnd?: DragEventHandler<HTMLDivElement>;
onDragEndCapture?: DragEventHandler<HTMLDivElement>;
onDragEnter?: DragEventHandler<HTMLDivElement>;
onDragEnterCapture?: DragEventHandler<HTMLDivElement>;
onDragExit?: DragEventHandler<HTMLDivElement>;
onDragExitCapture?: DragEventHandler<HTMLDivElement>;
onDragLeave?: DragEventHandler<HTMLDivElement>;
onDragLeaveCapture?: DragEventHandler<HTMLDivElement>;
onDragOver?: DragEventHandler<HTMLDivElement>;
onDragOverCapture?: DragEventHandler<HTMLDivElement>;
onDragStart?: DragEventHandler<HTMLDivElement>;
onDragStartCapture?: DragEventHandler<HTMLDivElement>;
onDrop?: DragEventHandler<HTMLDivElement>;
onDropCapture?: DragEventHandler<HTMLDivElement>;
onDurationChange?: ReactEventHandler<HTMLDivElement>;
onDurationChangeCapture?: ReactEventHandler<HTMLDivElement>;
onEmptied?: ReactEventHandler<HTMLDivElement>;
onEmptiedCapture?: ReactEventHandler<HTMLDivElement>;
onEncrypted?: ReactEventHandler<HTMLDivElement>;
onEncryptedCapture?: ReactEventHandler<HTMLDivElement>;
onEnded?: ReactEventHandler<HTMLDivElement>;
onEndedCapture?: ReactEventHandler<HTMLDivElement>;
onError?: ReactEventHandler<HTMLDivElement>;
onErrorCapture?: ReactEventHandler<HTMLDivElement>;
onFocus?: FocusEventHandler<HTMLDivElement>;
onFocusCapture?: FocusEventHandler<HTMLDivElement>;
onGotPointerCapture?: PointerEventHandler<HTMLDivElement>;
onGotPointerCaptureCapture?: PointerEventHandler<HTMLDivElement>;
onInput?: FormEventHandler<HTMLDivElement>;
onInputCapture?: FormEventHandler<HTMLDivElement>;
onInvalid?: FormEventHandler<HTMLDivElement>;
onInvalidCapture?: FormEventHandler<HTMLDivElement>;
onKeyDown?: KeyboardEventHandler<HTMLDivElement>;
onKeyDownCapture?: KeyboardEventHandler<HTMLDivElement>;
onKeyPress?: KeyboardEventHandler<HTMLDivElement>;
onKeyPressCapture?: KeyboardEventHandler<HTMLDivElement>;
onKeyUp?: KeyboardEventHandler<HTMLDivElement>;
onKeyUpCapture?: KeyboardEventHandler<HTMLDivElement>;
onLoad?: ReactEventHandler<HTMLDivElement>;
onLoadCapture?: ReactEventHandler<HTMLDivElement>;
onLoadStart?: ReactEventHandler<HTMLDivElement>;
onLoadStartCapture?: ReactEventHandler<HTMLDivElement>;
onLoadedData?: ReactEventHandler<HTMLDivElement>;
onLoadedDataCapture?: ReactEventHandler<HTMLDivElement>;
onLoadedMetadata?: ReactEventHandler<HTMLDivElement>;
onLoadedMetadataCapture?: ReactEventHandler<HTMLDivElement>;
onLostPointerCapture?: PointerEventHandler<HTMLDivElement>;
onLostPointerCaptureCapture?: PointerEventHandler<HTMLDivElement>;
onMouseDown?: MouseEventHandler<HTMLDivElement>;
onMouseDownCapture?: MouseEventHandler<HTMLDivElement>;
onMouseEnter?: MouseEventHandler<HTMLDivElement>;
onMouseLeave?: MouseEventHandler<HTMLDivElement>;
onMouseMove?: MouseEventHandler<HTMLDivElement>;
onMouseMoveCapture?: MouseEventHandler<HTMLDivElement>;
onMouseOut?: MouseEventHandler<HTMLDivElement>;
onMouseOutCapture?: MouseEventHandler<HTMLDivElement>;
onMouseOver?: MouseEventHandler<HTMLDivElement>;
onMouseOverCapture?: MouseEventHandler<HTMLDivElement>;
onMouseUp?: MouseEventHandler<HTMLDivElement>;
onMouseUpCapture?: MouseEventHandler<HTMLDivElement>;
onPaste?: ClipboardEventHandler<HTMLDivElement>;
onPasteCapture?: ClipboardEventHandler<HTMLDivElement>;
onPause?: ReactEventHandler<HTMLDivElement>;
onPauseCapture?: ReactEventHandler<HTMLDivElement>;
onPlay?: ReactEventHandler<HTMLDivElement>;
onPlayCapture?: ReactEventHandler<HTMLDivElement>;
onPlaying?: ReactEventHandler<HTMLDivElement>;
onPlayingCapture?: ReactEventHandler<HTMLDivElement>;
onPointerCancel?: PointerEventHandler<HTMLDivElement>;
onPointerCancelCapture?: PointerEventHandler<HTMLDivElement>;
onPointerDown?: PointerEventHandler<HTMLDivElement>;
onPointerDownCapture?: PointerEventHandler<HTMLDivElement>;
onPointerEnter?: PointerEventHandler<HTMLDivElement>;
onPointerEnterCapture?: PointerEventHandler<HTMLDivElement>;
onPointerLeave?: PointerEventHandler<HTMLDivElement>;
onPointerLeaveCapture?: PointerEventHandler<HTMLDivElement>;
onPointerMove?: PointerEventHandler<HTMLDivElement>;
onPointerMoveCapture?: PointerEventHandler<HTMLDivElement>;
onPointerOut?: PointerEventHandler<HTMLDivElement>;
onPointerOutCapture?: PointerEventHandler<HTMLDivElement>;
onPointerOver?: PointerEventHandler<HTMLDivElement>;
onPointerOverCapture?: PointerEventHandler<HTMLDivElement>;
onPointerUp?: PointerEventHandler<HTMLDivElement>;
onPointerUpCapture?: PointerEventHandler<HTMLDivElement>;
onProgress?: ReactEventHandler<HTMLDivElement>;
onProgressCapture?: ReactEventHandler<HTMLDivElement>;
onRateChange?: ReactEventHandler<HTMLDivElement>;
onRateChangeCapture?: ReactEventHandler<HTMLDivElement>;
onReset?: FormEventHandler<HTMLDivElement>;
onResetCapture?: FormEventHandler<HTMLDivElement>;
onScroll?: UIEventHandler<HTMLDivElement>;
onScrollCapture?: UIEventHandler<HTMLDivElement>;
onSeeked?: ReactEventHandler<HTMLDivElement>;
onSeekedCapture?: ReactEventHandler<HTMLDivElement>;
onSeeking?: ReactEventHandler<HTMLDivElement>;
onSeekingCapture?: ReactEventHandler<HTMLDivElement>;
onSelect?: ReactEventHandler<HTMLDivElement>;
onSelectCapture?: ReactEventHandler<HTMLDivElement>;
onStalled?: ReactEventHandler<HTMLDivElement>;
onStalledCapture?: ReactEventHandler<HTMLDivElement>;
onSubmit?: FormEventHandler<HTMLDivElement>;
onSubmitCapture?: FormEventHandler<HTMLDivElement>;
onSuspend?: ReactEventHandler<HTMLDivElement>;
onSuspendCapture?: ReactEventHandler<HTMLDivElement>;
onTimeUpdate?: ReactEventHandler<HTMLDivElement>;
onTimeUpdateCapture?: ReactEventHandler<HTMLDivElement>;
onTouchCancel?: TouchEventHandler<HTMLDivElement>;
onTouchCancelCapture?: TouchEventHandler<HTMLDivElement>;
onTouchEnd?: TouchEventHandler<HTMLDivElement>;
onTouchEndCapture?: TouchEventHandler<HTMLDivElement>;
onTouchMove?: TouchEventHandler<HTMLDivElement>;
onTouchMoveCapture?: TouchEventHandler<HTMLDivElement>;
onTouchStart?: TouchEventHandler<HTMLDivElement>;
onTouchStartCapture?: TouchEventHandler<HTMLDivElement>;
onTransitionEnd?: TransitionEventHandler<HTMLDivElement>;
onTransitionEndCapture?: TransitionEventHandler<HTMLDivElement>;
onVolumeChange?: ReactEventHandler<HTMLDivElement>;
onVolumeChangeCapture?: ReactEventHandler<HTMLDivElement>;
onWaiting?: ReactEventHandler<HTMLDivElement>;
onWaitingCapture?: ReactEventHandler<HTMLDivElement>;
onWheel?: WheelEventHandler<HTMLDivElement>;
onWheelCapture?: WheelEventHandler<HTMLDivElement>;
placeholder?: string;
prefix?: string;
property?: string;
radioGroup?: string;
ref?: null | ((instance: null | HTMLDivElement) => void) | RefObject<HTMLDivElement>;
resource?: string;
results?: number;
role?: AriaRole;
security?: string;
slot?: string;
spellCheck?: Booleanish;
style?: CSSProperties;
suppressContentEditableWarning?: boolean;
suppressHydrationWarning?: boolean;
tabIndex?: number;
title?: string;
translate?: "yes" | "no";
typeof?: string;
unselectable?: "on" | "off";
vocab?: string;
} & {
theme?: any;
} & {
as?: undefined;
forwardedAs?: undefined;
}): ReactElement<{
about?: string;
accessKey?: string;
aria-activedescendant?: string;
aria-atomic?: Booleanish;
aria-autocomplete?: "inline" | "none" | "list" | "both";
aria-busy?: Booleanish;
aria-checked?: boolean | "true" | "false" | "mixed";
aria-colcount?: number;
aria-colindex?: number;
aria-colspan?: number;
aria-controls?: string;
aria-current?: boolean | "time" | "date" | "step" | "true" | "false" | "page" | "location";
aria-describedby?: string;
aria-details?: string;
aria-disabled?: Booleanish;
aria-dropeffect?: "link" | "none" | "copy" | "execute" | "move" | "popup";
aria-errormessage?: string;
aria-expanded?: Booleanish;
aria-flowto?: string;
aria-grabbed?: Booleanish;
aria-haspopup?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree";
aria-hidden?: Booleanish;
aria-invalid?: boolean | "true" | "false" | "grammar" | "spelling";
aria-keyshortcuts?: string;
aria-label?: string;
aria-labelledby?: string;
aria-level?: number;
aria-live?: "off" | "assertive" | "polite";
aria-modal?: Booleanish;
aria-multiline?: Booleanish;
aria-multiselectable?: Booleanish;
aria-orientation?: "horizontal" | "vertical";
aria-owns?: string;
aria-placeholder?: string;
aria-posinset?: number;
aria-pressed?: boolean | "true" | "false" | "mixed";
aria-readonly?: Booleanish;
aria-relevant?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
aria-required?: Booleanish;
aria-roledescription?: string;
aria-rowcount?: number;
aria-rowindex?: number;
aria-rowspan?: number;
aria-selected?: Booleanish;
aria-setsize?: number;
aria-sort?: "none" | "ascending" | "descending" | "other";
aria-valuemax?: number;
aria-valuemin?: number;
aria-valuenow?: number;
aria-valuetext?: string;
autoCapitalize?: string;
autoCorrect?: string;
autoSave?: string;
children?: ReactNode;
className?: string;
color?: string;
contentEditable?: "inherit" | Booleanish;
contextMenu?: string;
dangerouslySetInnerHTML?: {
__html: string;
};
datatype?: string;
defaultChecked?: boolean;
defaultValue?: string | number | readonly string[];
dir?: string;
draggable?: Booleanish;
hidden?: boolean;
id?: string;
inlist?: any;
inputMode?: "email" | "search" | "text" | "tel" | "url" | "none" | "numeric" | "decimal";
is?: string;
itemID?: string;
itemProp?: string;
itemRef?: string;
itemScope?: boolean;
itemType?: string;
key?: null | Key;
lang?: string;
onAbort?: ReactEventHandler<HTMLDivElement>;
onAbortCapture?: ReactEventHandler<HTMLDivElement>;
onAnimationEnd?: AnimationEventHandler<HTMLDivElement>;
onAnimationEndCapture?: AnimationEventHandler<HTMLDivElement>;
onAnimationIteration?: AnimationEventHandler<HTMLDivElement>;
onAnimationIterationCapture?: AnimationEventHandler<HTMLDivElement>;
onAnimationStart?: AnimationEventHandler<HTMLDivElement>;
onAnimationStartCapture?: AnimationEventHandler<HTMLDivElement>;
onAuxClick?: MouseEventHandler<HTMLDivElement>;
onAuxClickCapture?: MouseEventHandler<HTMLDivElement>;
onBeforeInput?: FormEventHandler<HTMLDivElement>;
onBeforeInputCapture?: FormEventHandler<HTMLDivElement>;
onBlur?: FocusEventHandler<HTMLDivElement>;
onBlurCapture?: FocusEventHandler<HTMLDivElement>;
onCanPlay?: ReactEventHandler<HTMLDivElement>;
onCanPlayCapture?: ReactEventHandler<HTMLDivElement>;
onCanPlayThrough?: ReactEventHandler<HTMLDivElement>;
onCanPlayThroughCapture?: ReactEventHandler<HTMLDivElement>;
onChange?: FormEventHandler<HTMLDivElement>;
onChangeCapture?: FormEventHandler<HTMLDivElement>;
onClick?: MouseEventHandler<HTMLDivElement>;
onClickCapture?: MouseEventHandler<HTMLDivElement>;
onCompositionEnd?: CompositionEventHandler<HTMLDivElement>;
onCompositionEndCapture?: CompositionEventHandler<HTMLDivElement>;
onCompositionStart?: CompositionEventHandler<HTMLDivElement>;
onCompositionStartCapture?: CompositionEventHandler<HTMLDivElement>;
onCompositionUpdate?: CompositionEventHandler<HTMLDivElement>;
onCompositionUpdateCapture?: CompositionEventHandler<HTMLDivElement>;
onContextMenu?: MouseEventHandler<HTMLDivElement>;
onContextMenuCapture?: MouseEventHandler<HTMLDivElement>;
onCopy?: ClipboardEventHandler<HTMLDivElement>;
onCopyCapture?: ClipboardEventHandler<HTMLDivElement>;
onCut?: ClipboardEventHandler<HTMLDivElement>;
onCutCapture?: ClipboardEventHandler<HTMLDivElement>;
onDoubleClick?: MouseEventHandler<HTMLDivElement>;
onDoubleClickCapture?: MouseEventHandler<HTMLDivElement>;
onDrag?: DragEventHandler<HTMLDivElement>;
onDragCapture?: DragEventHandler<HTMLDivElement>;
onDragEnd?: DragEventHandler<HTMLDivElement>;
onDragEndCapture?: DragEventHandler<HTMLDivElement>;
onDragEnter?: DragEventHandler<HTMLDivElement>;
onDragEnterCapture?: DragEventHandler<HTMLDivElement>;
onDragExit?: DragEventHandler<HTMLDivElement>;
onDragExitCapture?: DragEventHandler<HTMLDivElement>;
onDragLeave?: DragEventHandler<HTMLDivElement>;
onDragLeaveCapture?: DragEventHandler<HTMLDivElement>;
onDragOver?: DragEventHandler<HTMLDivElement>;
onDragOverCapture?: DragEventHandler<HTMLDivElement>;
onDragStart?: DragEventHandler<HTMLDivElement>;
onDragStartCapture?: DragEventHandler<HTMLDivElement>;
onDrop?: DragEventHandler<HTMLDivElement>;
onDropCapture?: DragEventHandler<HTMLDivElement>;
onDurationChange?: ReactEventHandler<HTMLDivElement>;
onDurationChangeCapture?: ReactEventHandler<HTMLDivElement>;
onEmptied?: ReactEventHandler<HTMLDivElement>;
onEmptiedCapture?: ReactEventHandler<HTMLDivElement>;
onEncrypted?: ReactEventHandler<HTMLDivElement>;
onEncryptedCapture?: ReactEventHandler<HTMLDivElement>;
onEnded?: ReactEventHandler<HTMLDivElement>;
onEndedCapture?: ReactEventHandler<HTMLDivElement>;
onError?: ReactEventHandler<HTMLDivElement>;
onErrorCapture?: ReactEventHandler<HTMLDivElement>;
onFocus?: FocusEventHandler<HTMLDivElement>;
onFocusCapture?: FocusEventHandler<HTMLDivElement>;
onGotPointerCapture?: PointerEventHandler<HTMLDivElement>;
onGotPointerCaptureCapture?: PointerEventHandler<HTMLDivElement>;
onInput?: FormEventHandler<HTMLDivElement>;
onInputCapture?: FormEventHandler<HTMLDivElement>;
onInvalid?: FormEventHandler<HTMLDivElement>;
onInvalidCapture?: FormEventHandler<HTMLDivElement>;
onKeyDown?: KeyboardEventHandler<HTMLDivElement>;
onKeyDownCapture?: KeyboardEventHandler<HTMLDivElement>;
onKeyPress?: KeyboardEventHandler<HTMLDivElement>;
onKeyPressCapture?: KeyboardEventHandler<HTMLDivElement>;
onKeyUp?: KeyboardEventHandler<HTMLDivElement>;
onKeyUpCapture?: KeyboardEventHandler<HTMLDivElement>;
onLoad?: ReactEventHandler<HTMLDivElement>;
onLoadCapture?: ReactEventHandler<HTMLDivElement>;
onLoadStart?: ReactEventHandler<HTMLDivElement>;
onLoadStartCapture?: ReactEventHandler<HTMLDivElement>;
onLoadedData?: ReactEventHandler<HTMLDivElement>;
onLoadedDataCapture?: ReactEventHandler<HTMLDivElement>;
onLoadedMetadata?: ReactEventHandler<HTMLDivElement>;
onLoadedMetadataCapture?: ReactEventHandler<HTMLDivElement>;
onLostPointerCapture?: PointerEventHandler<HTMLDivElement>;
onLostPointerCaptureCapture?: PointerEventHandler<HTMLDivElement>;
onMouseDown?: MouseEventHandler<HTMLDivElement>;
onMouseDownCapture?: MouseEventHandler<HTMLDivElement>;
onMouseEnter?: MouseEventHandler<HTMLDivElement>;
onMouseLeave?: MouseEventHandler<HTMLDivElement>;
onMouseMove?: MouseEventHandler<HTMLDivElement>;
onMouseMoveCapture?: MouseEventHandler<HTMLDivElement>;
onMouseOut?: MouseEventHandler<HTMLDivElement>;
onMouseOutCapture?: MouseEventHandler<HTMLDivElement>;
onMouseOver?: MouseEventHandler<HTMLDivElement>;
onMouseOverCapture?: MouseEventHandler<HTMLDivElement>;
onMouseUp?: MouseEventHandler<HTMLDivElement>;
onMouseUpCapture?: MouseEventHandler<HTMLDivElement>;
onPaste?: ClipboardEventHandler<HTMLDivElement>;
onPasteCapture?: ClipboardEventHandler<HTMLDivElement>;
onPause?: ReactEventHandler<HTMLDivElement>;
onPauseCapture?: ReactEventHandler<HTMLDivElement>;
onPlay?: ReactEventHandler<HTMLDivElement>;
onPlayCapture?: ReactEventHandler<HTMLDivElement>;
onPlaying?: ReactEventHandler<HTMLDivElement>;
onPlayingCapture?: ReactEventHandler<HTMLDivElement>;
onPointerCancel?: PointerEventHandler<HTMLDivElement>;
onPointerCancelCapture?: PointerEventHandler<HTMLDivElement>;
onPointerDown?: PointerEventHandler<HTMLDivElement>;
onPointerDownCapture?: PointerEventHandler<HTMLDivElement>;
onPointerEnter?: PointerEventHandler<HTMLDivElement>;
onPointerEnterCapture?: PointerEventHandler<HTMLDivElement>;
onPointerLeave?: PointerEventHandler<HTMLDivElement>;
onPointerLeaveCapture?: PointerEventHandler<HTMLDivElement>;
onPointerMove?: PointerEventHandler<HTMLDivElement>;
onPointerMoveCapture?: PointerEventHandler<HTMLDivElement>;
onPointerOut?: PointerEventHandler<HTMLDivElement>;
onPointerOutCapture?: PointerEventHandler<HTMLDivElement>;
onPointerOver?: PointerEventHandler<HTMLDivElement>;
onPointerOverCapture?: PointerEventHandler<HTMLDivElement>;
onPointerUp?: PointerEventHandler<HTMLDivElement>;
onPointerUpCapture?: PointerEventHandler<HTMLDivElement>;
onProgress?: ReactEventHandler<HTMLDivElement>;
onProgressCapture?: ReactEventHandler<HTMLDivElement>;
onRateChange?: ReactEventHandler<HTMLDivElement>;
onRateChangeCapture?: ReactEventHandler<HTMLDivElement>;
onReset?: FormEventHandler<HTMLDivElement>;
onResetCapture?: FormEventHandler<HTMLDivElement>;
onScroll?: UIEventHandler<HTMLDivElement>;
onScrollCapture?: UIEventHandler<HTMLDivElement>;
onSeeked?: ReactEventHandler<HTMLDivElement>;
onSeekedCapture?: ReactEventHandler<HTMLDivElement>;
onSeeking?: ReactEventHandler<HTMLDivElement>;
onSeekingCapture?: ReactEventHandler<HTMLDivElement>;
onSelect?: ReactEventHandler<HTMLDivElement>;
onSelectCapture?: ReactEventHandler<HTMLDivElement>;
onStalled?: ReactEventHandler<HTMLDivElement>;
onStalledCapture?: ReactEventHandler<HTMLDivElement>;
onSubmit?: FormEventHandler<HTMLDivElement>;
onSubmitCapture?: FormEventHandler<HTMLDivElement>;
onSuspend?: ReactEventHandler<HTMLDivElement>;
onSuspendCapture?: ReactEventHandler<HTMLDivElement>;
onTimeUpdate?: ReactEventHandler<HTMLDivElement>;
onTimeUpdateCapture?: ReactEventHandler<HTMLDivElement>;
onTouchCancel?: TouchEventHandler<HTMLDivElement>;
onTouchCancelCapture?: TouchEventHandler<HTMLDivElement>;
onTouchEnd?: TouchEventHandler<HTMLDivElement>;
onTouchEndCapture?: TouchEventHandler<HTMLDivElement>;
onTouchMove?: TouchEventHandler<HTMLDivElement>;
onTouchMoveCapture?: TouchEventHandler<HTMLDivElement>;
onTouchStart?: TouchEventHandler<HTMLDivElement>;
onTouchStartCapture?: TouchEventHandler<HTMLDivElement>;
onTransitionEnd?: TransitionEventHandler<HTMLDivElement>;
onTransitionEndCapture?: TransitionEventHandler<HTMLDivElement>;
onVolumeChange?: ReactEventHandler<HTMLDivElement>;
onVolumeChangeCapture?: ReactEventHandler<HTMLDivElement>;
onWaiting?: ReactEventHandler<HTMLDivElement>;
onWaitingCapture?: ReactEventHandler<HTMLDivElement>;
onWheel?: WheelEventHandler<HTMLDivElement>;
onWheelCapture?: WheelEventHandler<HTMLDivElement>;
placeholder?: string;
prefix?: string;
property?: string;
radioGroup?: string;
ref?: null | ((instance: null | HTMLDivElement) => void) | RefObject<HTMLDivElement>;
resource?: string;
results?: number;
role?: AriaRole;
security?: string;
slot?: string;
spellCheck?: Booleanish;
style?: CSSProperties;
suppressContentEditableWarning?: boolean;
suppressHydrationWarning?: boolean;
tabIndex?: number;
title?: string;
translate?: "yes" | "no";
typeof?: string;
unselectable?: "on" | "off";
vocab?: string;
} & {
theme?: any;
}, string | JSXElementConstructor<any>>
-
Parameters
-
props: {
about?: string;
accessKey?: string;
aria-activedescendant?: string;
aria-atomic?: Booleanish;
aria-autocomplete?: "inline" | "none" | "list" | "both";
aria-busy?: Booleanish;
aria-checked?: boolean | "true" | "false" | "mixed";
aria-colcount?: number;
aria-colindex?: number;
aria-colspan?: number;
aria-controls?: string;
aria-current?: boolean | "time" | "date" | "step" | "true" | "false" | "page" | "location";
aria-describedby?: string;
aria-details?: string;
aria-disabled?: Booleanish;
aria-dropeffect?: "link" | "none" | "copy" | "execute" | "move" | "popup";
aria-errormessage?: string;
aria-expanded?: Booleanish;
aria-flowto?: string;
aria-grabbed?: Booleanish;
aria-haspopup?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree";
aria-hidden?: Booleanish;
aria-invalid?: boolean | "true" | "false" | "grammar" | "spelling";
aria-keyshortcuts?: string;
aria-label?: string;
aria-labelledby?: string;
aria-level?: number;
aria-live?: "off" | "assertive" | "polite";
aria-modal?: Booleanish;
aria-multiline?: Booleanish;
aria-multiselectable?: Booleanish;
aria-orientation?: "horizontal" | "vertical";
aria-owns?: string;
aria-placeholder?: string;
aria-posinset?: number;
aria-pressed?: boolean | "true" | "false" | "mixed";
aria-readonly?: Booleanish;
aria-relevant?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
aria-required?: Booleanish;
aria-roledescription?: string;
aria-rowcount?: number;
aria-rowindex?: number;
aria-rowspan?: number;
aria-selected?: Booleanish;
aria-setsize?: number;
aria-sort?: "none" | "ascending" | "descending" | "other";
aria-valuemax?: number;
aria-valuemin?: number;
aria-valuenow?: number;
aria-valuetext?: string;
autoCapitalize?: string;
autoCorrect?: string;
autoSave?: string;
children?: ReactNode;
className?: string;
color?: string;
contentEditable?: "inherit" | Booleanish;
contextMenu?: string;
dangerouslySetInnerHTML?: {
__html: string;
};
datatype?: string;
defaultChecked?: boolean;
defaultValue?: string | number | readonly string[];
dir?: string;
draggable?: Booleanish;
hidden?: boolean;
id?: string;
inlist?: any;
inputMode?: "email" | "search" | "text" | "tel" | "url" | "none" | "numeric" | "decimal";
is?: string;
itemID?: string;
itemProp?: string;
itemRef?: string;
itemScope?: boolean;
itemType?: string;
key?: null | Key;
lang?: string;
onAbort?: ReactEventHandler<HTMLDivElement>;
onAbortCapture?: ReactEventHandler<HTMLDivElement>;
onAnimationEnd?: AnimationEventHandler<HTMLDivElement>;
onAnimationEndCapture?: AnimationEventHandler<HTMLDivElement>;
onAnimationIteration?: AnimationEventHandler<HTMLDivElement>;
onAnimationIterationCapture?: AnimationEventHandler<HTMLDivElement>;
onAnimationStart?: AnimationEventHandler<HTMLDivElement>;
onAnimationStartCapture?: AnimationEventHandler<HTMLDivElement>;
onAuxClick?: MouseEventHandler<HTMLDivElement>;
onAuxClickCapture?: MouseEventHandler<HTMLDivElement>;
onBeforeInput?: FormEventHandler<HTMLDivElement>;
onBeforeInputCapture?: FormEventHandler<HTMLDivElement>;
onBlur?: FocusEventHandler<HTMLDivElement>;
onBlurCapture?: FocusEventHandler<HTMLDivElement>;
onCanPlay?: ReactEventHandler<HTMLDivElement>;
onCanPlayCapture?: ReactEventHandler<HTMLDivElement>;
onCanPlayThrough?: ReactEventHandler<HTMLDivElement>;
onCanPlayThroughCapture?: ReactEventHandler<HTMLDivElement>;
onChange?: FormEventHandler<HTMLDivElement>;
onChangeCapture?: FormEventHandler<HTMLDivElement>;
onClick?: MouseEventHandler<HTMLDivElement>;
onClickCapture?: MouseEventHandler<HTMLDivElement>;
onCompositionEnd?: CompositionEventHandler<HTMLDivElement>;
onCompositionEndCapture?: CompositionEventHandler<HTMLDivElement>;
onCompositionStart?: CompositionEventHandler<HTMLDivElement>;
onCompositionStartCapture?: CompositionEventHandler<HTMLDivElement>;
onCompositionUpdate?: CompositionEventHandler<HTMLDivElement>;
onCompositionUpdateCapture?: CompositionEventHandler<HTMLDivElement>;
onContextMenu?: MouseEventHandler<HTMLDivElement>;
onContextMenuCapture?: MouseEventHandler<HTMLDivElement>;
onCopy?: ClipboardEventHandler<HTMLDivElement>;
onCopyCapture?: ClipboardEventHandler<HTMLDivElement>;
onCut?: ClipboardEventHandler<HTMLDivElement>;
onCutCapture?: ClipboardEventHandler<HTMLDivElement>;
onDoubleClick?: MouseEventHandler<HTMLDivElement>;
onDoubleClickCapture?: MouseEventHandler<HTMLDivElement>;
onDrag?: DragEventHandler<HTMLDivElement>;
onDragCapture?: DragEventHandler<HTMLDivElement>;
onDragEnd?: DragEventHandler<HTMLDivElement>;
onDragEndCapture?: DragEventHandler<HTMLDivElement>;
onDragEnter?: DragEventHandler<HTMLDivElement>;
onDragEnterCapture?: DragEventHandler<HTMLDivElement>;
onDragExit?: DragEventHandler<HTMLDivElement>;
onDragExitCapture?: DragEventHandler<HTMLDivElement>;
onDragLeave?: DragEventHandler<HTMLDivElement>;
onDragLeaveCapture?: DragEventHandler<HTMLDivElement>;
onDragOver?: DragEventHandler<HTMLDivElement>;
onDragOverCapture?: DragEventHandler<HTMLDivElement>;
onDragStart?: DragEventHandler<HTMLDivElement>;
onDragStartCapture?: DragEventHandler<HTMLDivElement>;
onDrop?: DragEventHandler<HTMLDivElement>;
onDropCapture?: DragEventHandler<HTMLDivElement>;
onDurationChange?: ReactEventHandler<HTMLDivElement>;
onDurationChangeCapture?: ReactEventHandler<HTMLDivElement>;
onEmptied?: ReactEventHandler<HTMLDivElement>;
onEmptiedCapture?: ReactEventHandler<HTMLDivElement>;
onEncrypted?: ReactEventHandler<HTMLDivElement>;
onEncryptedCapture?: ReactEventHandler<HTMLDivElement>;
onEnded?: ReactEventHandler<HTMLDivElement>;
onEndedCapture?: ReactEventHandler<HTMLDivElement>;
onError?: ReactEventHandler<HTMLDivElement>;
onErrorCapture?: ReactEventHandler<HTMLDivElement>;
onFocus?: FocusEventHandler<HTMLDivElement>;
onFocusCapture?: FocusEventHandler<HTMLDivElement>;
onGotPointerCapture?: PointerEventHandler<HTMLDivElement>;
onGotPointerCaptureCapture?: PointerEventHandler<HTMLDivElement>;
onInput?: FormEventHandler<HTMLDivElement>;
onInputCapture?: FormEventHandler<HTMLDivElement>;
onInvalid?: FormEventHandler<HTMLDivElement>;
onInvalidCapture?: FormEventHandler<HTMLDivElement>;
onKeyDown?: KeyboardEventHandler<HTMLDivElement>;
onKeyDownCapture?: KeyboardEventHandler<HTMLDivElement>;
onKeyPress?: KeyboardEventHandler<HTMLDivElement>;
onKeyPressCapture?: KeyboardEventHandler<HTMLDivElement>;
onKeyUp?: KeyboardEventHandler<HTMLDivElement>;
onKeyUpCapture?: KeyboardEventHandler<HTMLDivElement>;
onLoad?: ReactEventHandler<HTMLDivElement>;
onLoadCapture?: ReactEventHandler<HTMLDivElement>;
onLoadStart?: ReactEventHandler<HTMLDivElement>;
onLoadStartCapture?: ReactEventHandler<HTMLDivElement>;
onLoadedData?: ReactEventHandler<HTMLDivElement>;
onLoadedDataCapture?: ReactEventHandler<HTMLDivElement>;
onLoadedMetadata?: ReactEventHandler<HTMLDivElement>;
onLoadedMetadataCapture?: ReactEventHandler<HTMLDivElement>;
onLostPointerCapture?: PointerEventHandler<HTMLDivElement>;
onLostPointerCaptureCapture?: PointerEventHandler<HTMLDivElement>;
onMouseDown?: MouseEventHandler<HTMLDivElement>;
onMouseDownCapture?: MouseEventHandler<HTMLDivElement>;
onMouseEnter?: MouseEventHandler<HTMLDivElement>;
onMouseLeave?: MouseEventHandler<HTMLDivElement>;
onMouseMove?: MouseEventHandler<HTMLDivElement>;
onMouseMoveCapture?: MouseEventHandler<HTMLDivElement>;
onMouseOut?: MouseEventHandler<HTMLDivElement>;
onMouseOutCapture?: MouseEventHandler<HTMLDivElement>;
onMouseOver?: MouseEventHandler<HTMLDivElement>;
onMouseOverCapture?: MouseEventHandler<HTMLDivElement>;
onMouseUp?: MouseEventHandler<HTMLDivElement>;
onMouseUpCapture?: MouseEventHandler<HTMLDivElement>;
onPaste?: ClipboardEventHandler<HTMLDivElement>;
onPasteCapture?: ClipboardEventHandler<HTMLDivElement>;
onPause?: ReactEventHandler<HTMLDivElement>;
onPauseCapture?: ReactEventHandler<HTMLDivElement>;
onPlay?: ReactEventHandler<HTMLDivElement>;
onPlayCapture?: ReactEventHandler<HTMLDivElement>;
onPlaying?: ReactEventHandler<HTMLDivElement>;
onPlayingCapture?: ReactEventHandler<HTMLDivElement>;
onPointerCancel?: PointerEventHandler<HTMLDivElement>;
onPointerCancelCapture?: PointerEventHandler<HTMLDivElement>;
onPointerDown?: PointerEventHandler<HTMLDivElement>;
onPointerDownCapture?: PointerEventHandler<HTMLDivElement>;
onPointerEnter?: PointerEventHandler<HTMLDivElement>;
onPointerEnterCapture?: PointerEventHandler<HTMLDivElement>;
onPointerLeave?: PointerEventHandler<HTMLDivElement>;
onPointerLeaveCapture?: PointerEventHandler<HTMLDivElement>;
onPointerMove?: PointerEventHandler<HTMLDivElement>;
onPointerMoveCapture?: PointerEventHandler<HTMLDivElement>;
onPointerOut?: PointerEventHandler<HTMLDivElement>;
onPointerOutCapture?: PointerEventHandler<HTMLDivElement>;
onPointerOver?: PointerEventHandler<HTMLDivElement>;
onPointerOverCapture?: PointerEventHandler<HTMLDivElement>;
onPointerUp?: PointerEventHandler<HTMLDivElement>;
onPointerUpCapture?: PointerEventHandler<HTMLDivElement>;
onProgress?: ReactEventHandler<HTMLDivElement>;
onProgressCapture?: ReactEventHandler<HTMLDivElement>;
onRateChange?: ReactEventHandler<HTMLDivElement>;
onRateChangeCapture?: ReactEventHandler<HTMLDivElement>;
onReset?: FormEventHandler<HTMLDivElement>;
onResetCapture?: FormEventHandler<HTMLDivElement>;
onScroll?: UIEventHandler<HTMLDivElement>;
onScrollCapture?: UIEventHandler<HTMLDivElement>;
onSeeked?: ReactEventHandler<HTMLDivElement>;
onSeekedCapture?: ReactEventHandler<HTMLDivElement>;
onSeeking?: ReactEventHandler<HTMLDivElement>;
onSeekingCapture?: ReactEventHandler<HTMLDivElement>;
onSelect?: ReactEventHandler<HTMLDivElement>;
onSelectCapture?: ReactEventHandler<HTMLDivElement>;
onStalled?: ReactEventHandler<HTMLDivElement>;
onStalledCapture?: ReactEventHandler<HTMLDivElement>;
onSubmit?: FormEventHandler<HTMLDivElement>;
onSubmitCapture?: FormEventHandler<HTMLDivElement>;
onSuspend?: ReactEventHandler<HTMLDivElement>;
onSuspendCapture?: ReactEventHandler<HTMLDivElement>;
onTimeUpdate?: ReactEventHandler<HTMLDivElement>;
onTimeUpdateCapture?: ReactEventHandler<HTMLDivElement>;
onTouchCancel?: TouchEventHandler<HTMLDivElement>;
onTouchCancelCapture?: TouchEventHandler<HTMLDivElement>;
onTouchEnd?: TouchEventHandler<HTMLDivElement>;
onTouchEndCapture?: TouchEventHandler<HTMLDivElement>;
onTouchMove?: TouchEventHandler<HTMLDivElement>;
onTouchMoveCapture?: TouchEventHandler<HTMLDivElement>;
onTouchStart?: TouchEventHandler<HTMLDivElement>;
onTouchStartCapture?: TouchEventHandler<HTMLDivElement>;
onTransitionEnd?: TransitionEventHandler<HTMLDivElement>;
onTransitionEndCapture?: TransitionEventHandler<HTMLDivElement>;
onVolumeChange?: ReactEventHandler<HTMLDivElement>;
onVolumeChangeCapture?: ReactEventHandler<HTMLDivElement>;
onWaiting?: ReactEventHandler<HTMLDivElement>;
onWaitingCapture?: ReactEventHandler<HTMLDivElement>;
onWheel?: WheelEventHandler<HTMLDivElement>;
onWheelCapture?: WheelEventHandler<HTMLDivElement>;
placeholder?: string;
prefix?: string;
property?: string;
radioGroup?: string;
ref?: null | ((instance: null | HTMLDivElement) => void) | RefObject<HTMLDivElement>;
resource?: string;
results?: number;
role?: AriaRole;
security?: string;
slot?: string;
spellCheck?: Booleanish;
style?: CSSProperties;
suppressContentEditableWarning?: boolean;
suppressHydrationWarning?: boolean;
tabIndex?: number;
title?: string;
translate?: "yes" | "no";
typeof?: string;
unselectable?: "on" | "off";
vocab?: string;
} & {
theme?: any;
} & {
as?: undefined;
forwardedAs?: undefined;
}
Returns ReactElement<{
about?: string;
accessKey?: string;
aria-activedescendant?: string;
aria-atomic?: Booleanish;
aria-autocomplete?: "inline" | "none" | "list" | "both";
aria-busy?: Booleanish;
aria-checked?: boolean | "true" | "false" | "mixed";
aria-colcount?: number;
aria-colindex?: number;
aria-colspan?: number;
aria-controls?: string;
aria-current?: boolean | "time" | "date" | "step" | "true" | "false" | "page" | "location";
aria-describedby?: string;
aria-details?: string;
aria-disabled?: Booleanish;
aria-dropeffect?: "link" | "none" | "copy" | "execute" | "move" | "popup";
aria-errormessage?: string;
aria-expanded?: Booleanish;
aria-flowto?: string;
aria-grabbed?: Booleanish;
aria-haspopup?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree";
aria-hidden?: Booleanish;
aria-invalid?: boolean | "true" | "false" | "grammar" | "spelling";
aria-keyshortcuts?: string;
aria-label?: string;
aria-labelledby?: string;
aria-level?: number;
aria-live?: "off" | "assertive" | "polite";
aria-modal?: Booleanish;
aria-multiline?: Booleanish;
aria-multiselectable?: Booleanish;
aria-orientation?: "horizontal" | "vertical";
aria-owns?: string;
aria-placeholder?: string;
aria-posinset?: number;
aria-pressed?: boolean | "true" | "false" | "mixed";
aria-readonly?: Booleanish;
aria-relevant?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
aria-required?: Booleanish;
aria-roledescription?: string;
aria-rowcount?: number;
aria-rowindex?: number;
aria-rowspan?: number;
aria-selected?: Booleanish;
aria-setsize?: number;
aria-sort?: "none" | "ascending" | "descending" | "other";
aria-valuemax?: number;
aria-valuemin?: number;
aria-valuenow?: number;
aria-valuetext?: string;
autoCapitalize?: string;
autoCorrect?: string;
autoSave?: string;
children?: ReactNode;
className?: string;
color?: string;
contentEditable?: "inherit" | Booleanish;
contextMenu?: string;
dangerouslySetInnerHTML?: {
__html: string;
};
datatype?: string;
defaultChecked?: boolean;
defaultValue?: string | number | readonly string[];
dir?: string;
draggable?: Booleanish;
hidden?: boolean;
id?: string;
inlist?: any;
inputMode?: "email" | "search" | "text" | "tel" | "url" | "none" | "numeric" | "decimal";
is?: string;
itemID?: string;
itemProp?: string;
itemRef?: string;
itemScope?: boolean;
itemType?: string;
key?: null | Key;
lang?: string;
onAbort?: ReactEventHandler<HTMLDivElement>;
onAbortCapture?: ReactEventHandler<HTMLDivElement>;
onAnimationEnd?: AnimationEventHandler<HTMLDivElement>;
onAnimationEndCapture?: AnimationEventHandler<HTMLDivElement>;
onAnimationIteration?: AnimationEventHandler<HTMLDivElement>;
onAnimationIterationCapture?: AnimationEventHandler<HTMLDivElement>;
onAnimationStart?: AnimationEventHandler<HTMLDivElement>;
onAnimationStartCapture?: AnimationEventHandler<HTMLDivElement>;
onAuxClick?: MouseEventHandler<HTMLDivElement>;
onAuxClickCapture?: MouseEventHandler<HTMLDivElement>;
onBeforeInput?: FormEventHandler<HTMLDivElement>;
onBeforeInputCapture?: FormEventHandler<HTMLDivElement>;
onBlur?: FocusEventHandler<HTMLDivElement>;
onBlurCapture?: FocusEventHandler<HTMLDivElement>;
onCanPlay?: ReactEventHandler<HTMLDivElement>;
onCanPlayCapture?: ReactEventHandler<HTMLDivElement>;
onCanPlayThrough?: ReactEventHandler<HTMLDivElement>;
onCanPlayThroughCapture?: ReactEventHandler<HTMLDivElement>;
onChange?: FormEventHandler<HTMLDivElement>;
onChangeCapture?: FormEventHandler<HTMLDivElement>;
onClick?: MouseEventHandler<HTMLDivElement>;
onClickCapture?: MouseEventHandler<HTMLDivElement>;
onCompositionEnd?: CompositionEventHandler<HTMLDivElement>;
onCompositionEndCapture?: CompositionEventHandler<HTMLDivElement>;
onCompositionStart?: CompositionEventHandler<HTMLDivElement>;
onCompositionStartCapture?: CompositionEventHandler<HTMLDivElement>;
onCompositionUpdate?: CompositionEventHandler<HTMLDivElement>;
onCompositionUpdateCapture?: CompositionEventHandler<HTMLDivElement>;
onContextMenu?: MouseEventHandler<HTMLDivElement>;
onContextMenuCapture?: MouseEventHandler<HTMLDivElement>;
onCopy?: ClipboardEventHandler<HTMLDivElement>;
onCopyCapture?: ClipboardEventHandler<HTMLDivElement>;
onCut?: ClipboardEventHandler<HTMLDivElement>;
onCutCapture?: ClipboardEventHandler<HTMLDivElement>;
onDoubleClick?: MouseEventHandler<HTMLDivElement>;
onDoubleClickCapture?: MouseEventHandler<HTMLDivElement>;
onDrag?: DragEventHandler<HTMLDivElement>;
onDragCapture?: DragEventHandler<HTMLDivElement>;
onDragEnd?: DragEventHandler<HTMLDivElement>;
onDragEndCapture?: DragEventHandler<HTMLDivElement>;
onDragEnter?: DragEventHandler<HTMLDivElement>;
onDragEnterCapture?: DragEventHandler<HTMLDivElement>;
onDragExit?: DragEventHandler<HTMLDivElement>;
onDragExitCapture?: DragEventHandler<HTMLDivElement>;
onDragLeave?: DragEventHandler<HTMLDivElement>;
onDragLeaveCapture?: DragEventHandler<HTMLDivElement>;
onDragOver?: DragEventHandler<HTMLDivElement>;
onDragOverCapture?: DragEventHandler<HTMLDivElement>;
onDragStart?: DragEventHandler<HTMLDivElement>;
onDragStartCapture?: DragEventHandler<HTMLDivElement>;
onDrop?: DragEventHandler<HTMLDivElement>;
onDropCapture?: DragEventHandler<HTMLDivElement>;
onDurationChange?: ReactEventHandler<HTMLDivElement>;
onDurationChangeCapture?: ReactEventHandler<HTMLDivElement>;
onEmptied?: ReactEventHandler<HTMLDivElement>;
onEmptiedCapture?: ReactEventHandler<HTMLDivElement>;
onEncrypted?: ReactEventHandler<HTMLDivElement>;
onEncryptedCapture?: ReactEventHandler<HTMLDivElement>;
onEnded?: ReactEventHandler<HTMLDivElement>;
onEndedCapture?: ReactEventHandler<HTMLDivElement>;
onError?: ReactEventHandler<HTMLDivElement>;
onErrorCapture?: ReactEventHandler<HTMLDivElement>;
onFocus?: FocusEventHandler<HTMLDivElement>;
onFocusCapture?: FocusEventHandler<HTMLDivElement>;
onGotPointerCapture?: PointerEventHandler<HTMLDivElement>;
onGotPointerCaptureCapture?: PointerEventHandler<HTMLDivElement>;
onInput?: FormEventHandler<HTMLDivElement>;
onInputCapture?: FormEventHandler<HTMLDivElement>;
onInvalid?: FormEventHandler<HTMLDivElement>;
onInvalidCapture?: FormEventHandler<HTMLDivElement>;
onKeyDown?: KeyboardEventHandler<HTMLDivElement>;
onKeyDownCapture?: KeyboardEventHandler<HTMLDivElement>;
onKeyPress?: KeyboardEventHandler<HTMLDivElement>;
onKeyPressCapture?: KeyboardEventHandler<HTMLDivElement>;
onKeyUp?: KeyboardEventHandler<HTMLDivElement>;
onKeyUpCapture?: KeyboardEventHandler<HTMLDivElement>;
onLoad?: ReactEventHandler<HTMLDivElement>;
onLoadCapture?: ReactEventHandler<HTMLDivElement>;
onLoadStart?: ReactEventHandler<HTMLDivElement>;
onLoadStartCapture?: ReactEventHandler<HTMLDivElement>;
onLoadedData?: ReactEventHandler<HTMLDivElement>;
onLoadedDataCapture?: ReactEventHandler<HTMLDivElement>;
onLoadedMetadata?: ReactEventHandler<HTMLDivElement>;
onLoadedMetadataCapture?: ReactEventHandler<HTMLDivElement>;
onLostPointerCapture?: PointerEventHandler<HTMLDivElement>;
onLostPointerCaptureCapture?: PointerEventHandler<HTMLDivElement>;
onMouseDown?: MouseEventHandler<HTMLDivElement>;
onMouseDownCapture?: MouseEventHandler<HTMLDivElement>;
onMouseEnter?: MouseEventHandler<HTMLDivElement>;
onMouseLeave?: MouseEventHandler<HTMLDivElement>;
onMouseMove?: MouseEventHandler<HTMLDivElement>;
onMouseMoveCapture?: MouseEventHandler<HTMLDivElement>;
onMouseOut?: MouseEventHandler<HTMLDivElement>;
onMouseOutCapture?: MouseEventHandler<HTMLDivElement>;
onMouseOver?: MouseEventHandler<HTMLDivElement>;
onMouseOverCapture?: MouseEventHandler<HTMLDivElement>;
onMouseUp?: MouseEventHandler<HTMLDivElement>;
onMouseUpCapture?: MouseEventHandler<HTMLDivElement>;
onPaste?: ClipboardEventHandler<HTMLDivElement>;
onPasteCapture?: ClipboardEventHandler<HTMLDivElement>;
onPause?: ReactEventHandler<HTMLDivElement>;
onPauseCapture?: ReactEventHandler<HTMLDivElement>;
onPlay?: ReactEventHandler<HTMLDivElement>;
onPlayCapture?: ReactEventHandler<HTMLDivElement>;
onPlaying?: ReactEventHandler<HTMLDivElement>;
onPlayingCapture?: ReactEventHandler<HTMLDivElement>;
onPointerCancel?: PointerEventHandler<HTMLDivElement>;
onPointerCancelCapture?: PointerEventHandler<HTMLDivElement>;
onPointerDown?: PointerEventHandler<HTMLDivElement>;
onPointerDownCapture?: PointerEventHandler<HTMLDivElement>;
onPointerEnter?: PointerEventHandler<HTMLDivElement>;
onPointerEnterCapture?: PointerEventHandler<HTMLDivElement>;
onPointerLeave?: PointerEventHandler<HTMLDivElement>;
onPointerLeaveCapture?: PointerEventHandler<HTMLDivElement>;
onPointerMove?: PointerEventHandler<HTMLDivElement>;
onPointerMoveCapture?: PointerEventHandler<HTMLDivElement>;
onPointerOut?: PointerEventHandler<HTMLDivElement>;
onPointerOutCapture?: PointerEventHandler<HTMLDivElement>;
onPointerOver?: PointerEventHandler<HTMLDivElement>;
onPointerOverCapture?: PointerEventHandler<HTMLDivElement>;
onPointerUp?: PointerEventHandler<HTMLDivElement>;
onPointerUpCapture?: PointerEventHandler<HTMLDivElement>;
onProgress?: ReactEventHandler<HTMLDivElement>;
onProgressCapture?: ReactEventHandler<HTMLDivElement>;
onRateChange?: ReactEventHandler<HTMLDivElement>;
onRateChangeCapture?: ReactEventHandler<HTMLDivElement>;
onReset?: FormEventHandler<HTMLDivElement>;
onResetCapture?: FormEventHandler<HTMLDivElement>;
onScroll?: UIEventHandler<HTMLDivElement>;
onScrollCapture?: UIEventHandler<HTMLDivElement>;
onSeeked?: ReactEventHandler<HTMLDivElement>;
onSeekedCapture?: ReactEventHandler<HTMLDivElement>;
onSeeking?: ReactEventHandler<HTMLDivElement>;
onSeekingCapture?: ReactEventHandler<HTMLDivElement>;
onSelect?: ReactEventHandler<HTMLDivElement>;
onSelectCapture?: ReactEventHandler<HTMLDivElement>;
onStalled?: ReactEventHandler<HTMLDivElement>;
onStalledCapture?: ReactEventHandler<HTMLDivElement>;
onSubmit?: FormEventHandler<HTMLDivElement>;
onSubmitCapture?: FormEventHandler<HTMLDivElement>;
onSuspend?: ReactEventHandler<HTMLDivElement>;
onSuspendCapture?: ReactEventHandler<HTMLDivElement>;
onTimeUpdate?: ReactEventHandler<HTMLDivElement>;
onTimeUpdateCapture?: ReactEventHandler<HTMLDivElement>;
onTouchCancel?: TouchEventHandler<HTMLDivElement>;
onTouchCancelCapture?: TouchEventHandler<HTMLDivElement>;
onTouchEnd?: TouchEventHandler<HTMLDivElement>;
onTouchEndCapture?: TouchEventHandler<HTMLDivElement>;
onTouchMove?: TouchEventHandler<HTMLDivElement>;
onTouchMoveCapture?: TouchEventHandler<HTMLDivElement>;
onTouchStart?: TouchEventHandler<HTMLDivElement>;
onTouchStartCapture?: TouchEventHandler<HTMLDivElement>;
onTransitionEnd?: TransitionEventHandler<HTMLDivElement>;
onTransitionEndCapture?: TransitionEventHandler<HTMLDivElement>;
onVolumeChange?: ReactEventHandler<HTMLDivElement>;
onVolumeChangeCapture?: ReactEventHandler<HTMLDivElement>;
onWaiting?: ReactEventHandler<HTMLDivElement>;
onWaitingCapture?: ReactEventHandler<HTMLDivElement>;
onWheel?: WheelEventHandler<HTMLDivElement>;
onWheelCapture?: WheelEventHandler<HTMLDivElement>;
placeholder?: string;
prefix?: string;
property?: string;
radioGroup?: string;
ref?: null | ((instance: null | HTMLDivElement) => void) | RefObject<HTMLDivElement>;
resource?: string;
results?: number;
role?: AriaRole;
security?: string;
slot?: string;
spellCheck?: Booleanish;
style?: CSSProperties;
suppressContentEditableWarning?: boolean;
suppressHydrationWarning?: boolean;
tabIndex?: number;
title?: string;
translate?: "yes" | "no";
typeof?: string;
unselectable?: "on" | "off";
vocab?: string;
} & {
theme?: any;
}, string | JSXElementConstructor<any>>
- Title<AsC, FAsC>(props: StyledComponentPropsWithAs<AsC, any, {}, never, AsC, FAsC>): ReactElement<StyledComponentPropsWithAs<AsC, any, {}, never, AsC, FAsC>, string | JSXElementConstructor<any>>
-
Type Parameters
-
AsC extends string | ComponentType<any> = "div"
-
FAsC extends string | ComponentType<any> = AsC
Parameters
-
props: StyledComponentPropsWithAs<AsC, any, {}, never, AsC, FAsC>
Returns ReactElement<StyledComponentPropsWithAs<AsC, any, {}, never, AsC, FAsC>, string | JSXElementConstructor<any>>