LinkProps
the-cdj-ui / types/Link.types / LinkProps
Interface: LinkProps
Extends
Omit
<MuiLinkProps
,"color"
|"variant"
|"underline"
|"href"
|"onClick"
>
Properties
about?
optional
about:string
Inherited from
Omit.about
Defined in
node_modules/@types/react/index.d.ts:2920
accessKey?
optional
accessKey:string
Inherited from
Omit.accessKey
Defined in
node_modules/@types/react/index.d.ts:2895
align?
optional
align:"inherit"
|"center"
|"right"
|"left"
|"justify"
Set the text-align on the component.
Default
'inherit'
Inherited from
Omit.align
Defined in
node_modules/@mui/material/Typography/Typography.d.ts:18
alignContent?
optional
alignContent:ResponsiveStyleValue
<readonly string[] | AlignContent | undefined> | (theme
) =>ResponsiveStyleValue
<readonly string[] | AlignContent | undefined>
Inherited from
Omit.alignContent
alignItems?
optional
alignItems:ResponsiveStyleValue
<readonly string[] | AlignItems | undefined> | (theme
) =>ResponsiveStyleValue
<readonly string[] | AlignItems | undefined>
Inherited from
Omit.alignItems
alignSelf?
optional
alignSelf:ResponsiveStyleValue
<readonly string[] | AlignSelf | undefined> | (theme
) =>ResponsiveStyleValue
<readonly string[] | AlignSelf | undefined>
Inherited from
Omit.alignSelf
aria-activedescendant?
optional
aria-activedescendant:string
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
Omit.aria-activedescendant
Defined in
node_modules/@types/react/index.d.ts:2593
aria-atomic?
optional
aria-atomic:Booleanish
Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
Inherited from
Omit.aria-atomic
Defined in
node_modules/@types/react/index.d.ts:2595
aria-autocomplete?
optional
aria-autocomplete:"none"
|"inline"
|"both"
|"list"
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
Inherited from
Omit.aria-autocomplete
Defined in
node_modules/@types/react/index.d.ts:2600
aria-braillelabel?
optional
aria-braillelabel:string
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
Omit.aria-braillelabel
Defined in
node_modules/@types/react/index.d.ts:2606
aria-brailleroledescription?
optional
aria-brailleroledescription:string
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
See
aria-roledescription.
Inherited from
Omit.aria-brailleroledescription
Defined in
node_modules/@types/react/index.d.ts:2611
aria-busy?
optional
aria-busy:Booleanish
Inherited from
Omit.aria-busy
Defined in
node_modules/@types/react/index.d.ts:2612
aria-checked?
optional
aria-checked:boolean
|"mixed"
|"false"
|"true"
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
Omit.aria-checked
Defined in
node_modules/@types/react/index.d.ts:2617
aria-colcount?
optional
aria-colcount:number
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
Omit.aria-colcount
Defined in
node_modules/@types/react/index.d.ts:2622
aria-colindex?
optional
aria-colindex:number
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
See
- aria-colcount
- aria-colspan.
Inherited from
Omit.aria-colindex
Defined in
node_modules/@types/react/index.d.ts:2627
aria-colindextext?
optional
aria-colindextext:string
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
Omit.aria-colindextext
Defined in
node_modules/@types/react/index.d.ts:2632
aria-colspan?
optional
aria-colspan:number
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
Omit.aria-colspan
Defined in
node_modules/@types/react/index.d.ts:2637
aria-controls?
optional
aria-controls:string
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
Omit.aria-controls
Defined in
node_modules/@types/react/index.d.ts:2642
aria-current?
optional
aria-current:boolean
|"time"
|"page"
|"false"
|"true"
|"step"
|"location"
|"date"
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
Omit.aria-current
Defined in
node_modules/@types/react/index.d.ts:2644
aria-describedby?
optional
aria-describedby:string
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
Omit.aria-describedby
Defined in
node_modules/@types/react/index.d.ts:2649
aria-description?
optional
aria-description:string
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
Omit.aria-description
Defined in
node_modules/@types/react/index.d.ts:2654
aria-details?
optional
aria-details:string
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
Omit.aria-details
Defined in
node_modules/@types/react/index.d.ts:2659
aria-disabled?
optional
aria-disabled:Booleanish
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
Omit.aria-disabled
Defined in
node_modules/@types/react/index.d.ts:2664
aria-dropeffect?
optional
aria-dropeffect:"none"
|"link"
|"copy"
|"move"
|"execute"
|"popup"
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
Omit.aria-dropeffect
Defined in
node_modules/@types/react/index.d.ts:2669
aria-errormessage?
optional
aria-errormessage:string
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
Omit.aria-errormessage
Defined in
node_modules/@types/react/index.d.ts:2674
aria-expanded?
optional
aria-expanded:Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
Omit.aria-expanded
Defined in
node_modules/@types/react/index.d.ts:2676
aria-flowto?
optional
aria-flowto:string
Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
Inherited from
Omit.aria-flowto
Defined in
node_modules/@types/react/index.d.ts:2681
aria-grabbed?
optional
aria-grabbed:Booleanish
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
Omit.aria-grabbed
Defined in
node_modules/@types/react/index.d.ts:2686
aria-haspopup?
optional
aria-haspopup:boolean
|"dialog"
|"menu"
|"grid"
|"listbox"
|"false"
|"true"
|"tree"
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
Omit.aria-haspopup
Defined in
node_modules/@types/react/index.d.ts:2688
aria-hidden?
optional
aria-hidden:Booleanish
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
Omit.aria-hidden
Defined in
node_modules/@types/react/index.d.ts:2693
aria-invalid?
optional
aria-invalid:boolean
|"false"
|"true"
|"grammar"
|"spelling"
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
Omit.aria-invalid
Defined in
node_modules/@types/react/index.d.ts:2698
aria-keyshortcuts?
optional
aria-keyshortcuts:string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
Omit.aria-keyshortcuts
Defined in
node_modules/@types/react/index.d.ts:2700
aria-label?
optional
aria-label:string
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
Omit.aria-label
Defined in
node_modules/@types/react/index.d.ts:2705
aria-labelledby?
optional
aria-labelledby:string
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
Omit.aria-labelledby
Defined in
node_modules/@types/react/index.d.ts:2710
aria-level?
optional
aria-level:number
Defines the hierarchical level of an element within a structure.
Inherited from
Omit.aria-level
Defined in
node_modules/@types/react/index.d.ts:2712
aria-live?
optional
aria-live:"off"
|"assertive"
|"polite"
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
Inherited from
Omit.aria-live
Defined in
node_modules/@types/react/index.d.ts:2714
aria-modal?
optional
aria-modal:Booleanish
Indicates whether an element is modal when displayed.
Inherited from
Omit.aria-modal
Defined in
node_modules/@types/react/index.d.ts:2716
aria-multiline?
optional
aria-multiline:Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
Omit.aria-multiline
Defined in
node_modules/@types/react/index.d.ts:2718
aria-multiselectable?
optional
aria-multiselectable:Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
Omit.aria-multiselectable
Defined in
node_modules/@types/react/index.d.ts:2720
aria-orientation?
optional
aria-orientation:"horizontal"
|"vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
Omit.aria-orientation
Defined in
node_modules/@types/react/index.d.ts:2722
aria-owns?
optional
aria-owns:string
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
See
aria-controls.
Inherited from
Omit.aria-owns
Defined in
node_modules/@types/react/index.d.ts:2728
aria-placeholder?
optional
aria-placeholder:string
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.
Inherited from
Omit.aria-placeholder
Defined in
node_modules/@types/react/index.d.ts:2733
aria-posinset?
optional
aria-posinset:number
Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-setsize.
Inherited from
Omit.aria-posinset
Defined in
node_modules/@types/react/index.d.ts:2738
aria-pressed?
optional
aria-pressed:boolean
|"mixed"
|"false"
|"true"
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
Omit.aria-pressed
Defined in
node_modules/@types/react/index.d.ts:2743
aria-readonly?
optional
aria-readonly:Booleanish
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
Omit.aria-readonly
Defined in
node_modules/@types/react/index.d.ts:2748
aria-relevant?
optional
aria-relevant:"text"
|"all"
|"additions"
|"additions removals"
|"additions text"
|"removals"
|"removals additions"
|"removals text"
|"text additions"
|"text removals"
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See
aria-atomic.
Inherited from
Omit.aria-relevant
Defined in
node_modules/@types/react/index.d.ts:2753
aria-required?
optional
aria-required:Booleanish
Indicates that user input is required on the element before a form may be submitted.
Inherited from
Omit.aria-required
Defined in
node_modules/@types/react/index.d.ts:2766
aria-roledescription?
optional
aria-roledescription:string
Defines a human-readable, author-localized description for the role of an element.
Inherited from
Omit.aria-roledescription
Defined in
node_modules/@types/react/index.d.ts:2768
aria-rowcount?
optional
aria-rowcount:number
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
Omit.aria-rowcount
Defined in
node_modules/@types/react/index.d.ts:2773
aria-rowindex?
optional
aria-rowindex:number
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
See
- aria-rowcount
- aria-rowspan.
Inherited from
Omit.aria-rowindex
Defined in
node_modules/@types/react/index.d.ts:2778
aria-rowindextext?
optional
aria-rowindextext:string
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
Omit.aria-rowindextext
Defined in
node_modules/@types/react/index.d.ts:2783
aria-rowspan?
optional
aria-rowspan:number
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
Omit.aria-rowspan
Defined in
node_modules/@types/react/index.d.ts:2788
aria-selected?
optional
aria-selected:Booleanish
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
Omit.aria-selected
Defined in
node_modules/@types/react/index.d.ts:2793
aria-setsize?
optional
aria-setsize:number
Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-posinset.
Inherited from
Omit.aria-setsize
Defined in
node_modules/@types/react/index.d.ts:2798
aria-sort?
optional
aria-sort:"none"
|"ascending"
|"descending"
|"other"
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
Omit.aria-sort
Defined in
node_modules/@types/react/index.d.ts:2800
aria-valuemax?
optional
aria-valuemax:number
Defines the maximum allowed value for a range widget.
Inherited from
Omit.aria-valuemax
Defined in
node_modules/@types/react/index.d.ts:2802
aria-valuemin?
optional
aria-valuemin:number
Defines the minimum allowed value for a range widget.
Inherited from
Omit.aria-valuemin
Defined in
node_modules/@types/react/index.d.ts:2804
aria-valuenow?
optional
aria-valuenow:number
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
Omit.aria-valuenow
Defined in
node_modules/@types/react/index.d.ts:2809
aria-valuetext?
optional
aria-valuetext:string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
Omit.aria-valuetext
Defined in
node_modules/@types/react/index.d.ts:2811
ariaLabel?
optional
ariaLabel:string
Defined in
autoCapitalize?
optional
autoCapitalize:string
Inherited from
Omit.autoCapitalize
Defined in
node_modules/@types/react/index.d.ts:2933
autoCorrect?
optional
autoCorrect:string
Inherited from
Omit.autoCorrect
Defined in
node_modules/@types/react/index.d.ts:2934
autoFocus?
optional
autoFocus:boolean
Inherited from
Omit.autoFocus
Defined in
node_modules/@types/react/index.d.ts:2896
autoSave?
optional
autoSave:string
Inherited from
Omit.autoSave
Defined in
node_modules/@types/react/index.d.ts:2935
bgcolor?
optional
bgcolor:ResponsiveStyleValue
<readonly string[] | BackgroundColor | undefined> | (theme
) =>ResponsiveStyleValue
<readonly string[] | BackgroundColor | undefined>
Inherited from
Omit.bgcolor
border?
optional
border:ResponsiveStyleValue
<undefined
|number
|string
&object
|"-moz-initial"
|"inherit"
|"initial"
|"revert"
|"revert-layer"
|"unset"
|"aliceblue"
|"antiquewhite"
|"aqua"
|"aquamarine"
|"azure"
|"beige"
|"bisque"
|"black"
|"blanchedalmond"
|"blue"
|"blueviolet"
|"brown"
|"burlywood"
|"cadetblue"
|"chartreuse"
|"chocolate"
|"coral"
|"cornflowerblue"
|"cornsilk"
|"crimson"
|"cyan"
|"darkblue"
|"darkcyan"
|"darkgoldenrod"
|"darkgray"
|"darkgreen"
|"darkgrey"
|"darkkhaki"
|"darkmagenta"
|"darkolivegreen"
|"darkorange"
|"darkorchid"
|"darkred"
|"darksalmon"
|"darkseagreen"
|"darkslateblue"
|"darkslategray"
|"darkslategrey"
|"darkturquoise"
|"darkviolet"
|"deeppink"
|"deepskyblue"
|"dimgray"
|"dimgrey"
|"dodgerblue"
|"firebrick"
|"floralwhite"
|"forestgreen"
|"fuchsia"
|"gainsboro"
|"ghostwhite"
|"gold"
|"goldenrod"
|"gray"
|"green"
|"greenyellow"
|"grey"
|"honeydew"
|"hotpink"
|"indianred"
|"indigo"
|"ivory"
|"khaki"
|"lavender"
|"lavenderblush"
|"lawngreen"
|"lemonchiffon"
|"lightblue"
|"lightcoral"
|"lightcyan"
|"lightgoldenrodyellow"
|"lightgray"
|"lightgreen"
|"lightgrey"
|"lightpink"
|"lightsalmon"
|"lightseagreen"
|"lightskyblue"
|"lightslategray"
|"lightslategrey"
|"lightsteelblue"
|"lightyellow"
|"lime"
|"limegreen"
|"linen"
|"magenta"
|"maroon"
|"mediumaquamarine"
|"mediumblue"
|"mediumorchid"
|"mediumpurple"
|"mediumseagreen"
|"mediumslateblue"
|"mediumspringgreen"
|"mediumturquoise"
|"mediumvioletred"
|"midnightblue"
|"mintcream"
|"mistyrose"
|"moccasin"
|"navajowhite"
|"navy"
|"oldlace"
|"olive"
|"olivedrab"
|"orange"
|"orangered"
|"orchid"
|"palegoldenrod"
|"palegreen"
|"paleturquoise"
|"palevioletred"
|"papayawhip"
|"peachpuff"
|"peru"
|"pink"
|"plum"
|"powderblue"
|"purple"
|"rebeccapurple"
|"red"
|"rosybrown"
|"royalblue"
|"saddlebrown"
|"salmon"
|"sandybrown"
|"seagreen"
|"seashell"
|"sienna"
|"silver"
|"skyblue"
|"slateblue"
|"slategray"
|"slategrey"
|"snow"
|"springgreen"
|"steelblue"
|"tan"
|"teal"
|"thistle"
|"tomato"
|"transparent"
|"turquoise"
|"violet"
|"wheat"
|"white"
|"whitesmoke"
|"yellow"
|"yellowgreen"
|"ActiveBorder"
|"ActiveCaption"
|"AppWorkspace"
|"Background"
|"ButtonFace"
|"ButtonHighlight"
|"ButtonShadow"
|"ButtonText"
|"CaptionText"
|"GrayText"
|"Highlight"
|"HighlightText"
|"InactiveBorder"
|"InactiveCaption"
|"InactiveCaptionText"
|"InfoBackground"
|"InfoText"
|"Menu"
|"MenuText"
|"Scrollbar"
|"ThreeDDarkShadow"
|"ThreeDFace"
|"ThreeDHighlight"
|"ThreeDLightShadow"
|"ThreeDShadow"
|"Window"
|"WindowFrame"
|"WindowText"
|"currentcolor"
|"medium"
|"none"
|"inset"
|"hidden"
|"thick"
|"thin"
|"dashed"
|"dotted"
|"double"
|"groove"
|"outset"
|"ridge"
|"solid"
> | (theme
) =>ResponsiveStyleValue
<undefined
|number
|string
&object
|"-moz-initial"
|"inherit"
|"initial"
|"revert"
|"revert-layer"
|"unset"
|"aliceblue"
|"antiquewhite"
|"aqua"
|"aquamarine"
|"azure"
|"beige"
|"bisque"
|"black"
|"blanchedalmond"
|"blue"
|"blueviolet"
|"brown"
|"burlywood"
|"cadetblue"
|"chartreuse"
|"chocolate"
|"coral"
|"cornflowerblue"
|"cornsilk"
|"crimson"
|"cyan"
|"darkblue"
|"darkcyan"
|"darkgoldenrod"
|"darkgray"
|"darkgreen"
|"darkgrey"
|"darkkhaki"
|"darkmagenta"
|"darkolivegreen"
|"darkorange"
|"darkorchid"
|"darkred"
|"darksalmon"
|"darkseagreen"
|"darkslateblue"
|"darkslategray"
|"darkslategrey"
|"darkturquoise"
|"darkviolet"
|"deeppink"
|"deepskyblue"
|"dimgray"
|"dimgrey"
|"dodgerblue"
|"firebrick"
|"floralwhite"
|"forestgreen"
|"fuchsia"
|"gainsboro"
|"ghostwhite"
|"gold"
|"goldenrod"
|"gray"
|"green"
|"greenyellow"
|"grey"
|"honeydew"
|"hotpink"
|"indianred"
|"indigo"
|"ivory"
|"khaki"
|"lavender"
|"lavenderblush"
|"lawngreen"
|"lemonchiffon"
|"lightblue"
|"lightcoral"
|"lightcyan"
|"lightgoldenrodyellow"
|"lightgray"
|"lightgreen"
|"lightgrey"
|"lightpink"
|"lightsalmon"
|"lightseagreen"
|"lightskyblue"
|"lightslategray"
|"lightslategrey"
|"lightsteelblue"
|"lightyellow"
|"lime"
|"limegreen"
|"linen"
|"magenta"
|"maroon"
|"mediumaquamarine"
|"mediumblue"
|"mediumorchid"
|"mediumpurple"
|"mediumseagreen"
|"mediumslateblue"
|"mediumspringgreen"
|"mediumturquoise"
|"mediumvioletred"
|"midnightblue"
|"mintcream"
|"mistyrose"
|"moccasin"
|"navajowhite"
|"navy"
|"oldlace"
|"olive"
|"olivedrab"
|"orange"
|"orangered"
|"orchid"
|"palegoldenrod"
|"palegreen"
|"paleturquoise"
|"palevioletred"
|"papayawhip"
|"peachpuff"
|"peru"
|"pink"
|"plum"
|"powderblue"
|"purple"
|"rebeccapurple"
|"red"
|"rosybrown"
|"royalblue"
|"saddlebrown"
|"salmon"
|"sandybrown"
|"seagreen"
|"seashell"
|"sienna"
|"silver"
|"skyblue"
|"slateblue"
|"slategray"
|"slategrey"
|"snow"
|"springgreen"
|"steelblue"
|"tan"
|"teal"
|"thistle"
|"tomato"
|"transparent"
|"turquoise"
|"violet"
|"wheat"
|"white"
|"whitesmoke"
|"yellow"
|"yellowgreen"
|"ActiveBorder"
|"ActiveCaption"
|"AppWorkspace"
|"Background"
|"ButtonFace"
|"ButtonHighlight"
|"ButtonShadow"
|"ButtonText"
|"CaptionText"
|"GrayText"
|"Highlight"
|"HighlightText"
|"InactiveBorder"
|"InactiveCaption"
|"InactiveCaptionText"
|"InfoBackground"
|"InfoText"
|"Menu"
|"MenuText"
|"Scrollbar"
|"ThreeDDarkShadow"
|"ThreeDFace"
|"ThreeDHighlight"
|"ThreeDLightShadow"
|"ThreeDShadow"
|"Window"
|"WindowFrame"
|"WindowText"
|"currentcolor"
|"medium"
|"none"
|"inset"
|"hidden"
|"thick"
|"thin"
|"dashed"
|"dotted"
|"double"
|"groove"
|"outset"
|"ridge"
|"solid"
>
Inherited from
Omit.border
borderBottom?
optional
borderBottom:ResponsiveStyleValue
<BorderBottom<string | number> | readonly NonNullable<BorderBottom<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<BorderBottom<string | number> | readonly NonNullable<BorderBottom<string | number> | undefined>[] | undefined>
Inherited from
Omit.borderBottom
borderColor?
optional
borderColor:ResponsiveStyleValue
<readonly string[] | BorderColor | undefined> | (theme
) =>ResponsiveStyleValue
<readonly string[] | BorderColor | undefined>
Inherited from
Omit.borderColor
borderLeft?
optional
borderLeft:ResponsiveStyleValue
<BorderLeft<string | number> | readonly NonNullable<BorderLeft<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<BorderLeft<string | number> | readonly NonNullable<BorderLeft<string | number> | undefined>[] | undefined>
Inherited from
Omit.borderLeft
borderRadius?
optional
borderRadius:ResponsiveStyleValue
<BorderRadius<string | number> | readonly NonNullable<BorderRadius<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<BorderRadius<string | number> | readonly NonNullable<BorderRadius<string | number> | undefined>[] | undefined>
Inherited from
Omit.borderRadius
borderRight?
optional
borderRight:ResponsiveStyleValue
<BorderRight<string | number> | readonly NonNullable<BorderRight<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<BorderRight<string | number> | readonly NonNullable<BorderRight<string | number> | undefined>[] | undefined>
Inherited from
Omit.borderRight
borderTop?
optional
borderTop:ResponsiveStyleValue
<BorderTop<string | number> | readonly NonNullable<BorderTop<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<BorderTop<string | number> | readonly NonNullable<BorderTop<string | number> | undefined>[] | undefined>
Inherited from
Omit.borderTop
bottom?
optional
bottom:ResponsiveStyleValue
<Bottom<string | number> | readonly NonNullable<Bottom<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<Bottom<string | number> | readonly NonNullable<Bottom<string | number> | undefined>[] | undefined>
Inherited from
Omit.bottom
boxShadow?
optional
boxShadow:ResponsiveStyleValue
<number | BoxShadow | undefined> | (theme
) =>ResponsiveStyleValue
<number | BoxShadow | undefined>
Inherited from
Omit.boxShadow
boxSizing?
optional
boxSizing:ResponsiveStyleValue
<BoxSizing | readonly NonNullable<BoxSizing | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<BoxSizing | readonly NonNullable<BoxSizing | undefined>[] | undefined>
Inherited from
Omit.boxSizing
children
children:
ReactNode
The content of the component.
Overrides
Omit.children
Defined in
classes?
optional
classes:Partial
<LinkClasses
> &Partial
<ClassNameMap
<never
>>
Override or extend the styles applied to the component.
Inherited from
Omit.classes
Defined in
node_modules/@mui/material/Link/Link.d.ts:17
className?
optional
className:string
Inherited from
Omit.className
Defined in
node_modules/@mui/material/OverridableComponent.d.ts:60
color?
optional
color:"primary"
|"secondary"
|"inherit"
|"initial"
|"textPrimary"
|"textSecondary"
|"error"
Defined in
columnGap?
optional
columnGap:ResponsiveStyleValue
<ColumnGap<string | number> | readonly NonNullable<ColumnGap<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<ColumnGap<string | number> | readonly NonNullable<ColumnGap<string | number> | undefined>[] | undefined>
Inherited from
Omit.columnGap
component?
optional
component:ElementType
Overrides
Omit.component
Defined in
content?
optional
content:string
Inherited from
Omit.content
Defined in
node_modules/@types/react/index.d.ts:2921
contentEditable?
optional
contentEditable:"inherit"
|Booleanish
|"plaintext-only"
Inherited from
Omit.contentEditable
Defined in
node_modules/@types/react/index.d.ts:2898
contextMenu?
optional
contextMenu:string
Inherited from
Omit.contextMenu
Defined in
node_modules/@types/react/index.d.ts:2899
dangerouslySetInnerHTML?
optional
dangerouslySetInnerHTML:object
__html
__html:
string
|TrustedHTML
Inherited from
Omit.dangerouslySetInnerHTML
Defined in
node_modules/@types/react/index.d.ts:2380
datatype?
optional
datatype:string
Inherited from
Omit.datatype
Defined in
node_modules/@types/react/index.d.ts:2922
defaultChecked?
optional
defaultChecked:boolean
Inherited from
Omit.defaultChecked
Defined in
node_modules/@types/react/index.d.ts:2889
defaultValue?
optional
defaultValue:string
|number
| readonlystring
[]
Inherited from
Omit.defaultValue
Defined in
node_modules/@types/react/index.d.ts:2890
dir?
optional
dir:string
Inherited from
Omit.dir
Defined in
node_modules/@types/react/index.d.ts:2900
display?
optional
display:ResponsiveStyleValue
<readonly string[] | Display | undefined> | (theme
) =>ResponsiveStyleValue
<readonly string[] | Display | undefined>
Inherited from
Omit.display
displayPrint?
optional
displayPrint:ResponsiveStyleValue
<readonly string[] | Display | undefined> | (theme
) =>ResponsiveStyleValue
<readonly string[] | Display | undefined>
Inherited from
Omit.displayPrint
download?
optional
download:any
Inherited from
Omit.download
Defined in
node_modules/@types/react/index.d.ts:3101
draggable?
optional
draggable:Booleanish
Inherited from
Omit.draggable
Defined in
node_modules/@types/react/index.d.ts:2901
flex?
optional
flex:ResponsiveStyleValue
<Flex<string | number> | readonly NonNullable<Flex<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<Flex<string | number> | readonly NonNullable<Flex<string | number> | undefined>[] | undefined>
Inherited from
Omit.flex
flexBasis?
optional
flexBasis:ResponsiveStyleValue
<FlexBasis<string | number> | readonly NonNullable<FlexBasis<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<FlexBasis<string | number> | readonly NonNullable<FlexBasis<string | number> | undefined>[] | undefined>
Inherited from
Omit.flexBasis
flexDirection?
optional
flexDirection:ResponsiveStyleValue
<FlexDirection | readonly NonNullable<FlexDirection | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<FlexDirection | readonly NonNullable<FlexDirection | undefined>[] | undefined>
Inherited from
Omit.flexDirection
flexGrow?
optional
flexGrow:ResponsiveStyleValue
<FlexGrow | readonly NonNullable<FlexGrow | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<FlexGrow | readonly NonNullable<FlexGrow | undefined>[] | undefined>
Inherited from
Omit.flexGrow
flexShrink?
optional
flexShrink:ResponsiveStyleValue
<FlexShrink | readonly NonNullable<FlexShrink | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<FlexShrink | readonly NonNullable<FlexShrink | undefined>[] | undefined>
Inherited from
Omit.flexShrink
flexWrap?
optional
flexWrap:ResponsiveStyleValue
<FlexWrap | readonly NonNullable<FlexWrap | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<FlexWrap | readonly NonNullable<FlexWrap | undefined>[] | undefined>
Inherited from
Omit.flexWrap
fontFamily?
optional
fontFamily:ResponsiveStyleValue
<FontFamily | readonly string[] | undefined> | (theme
) =>ResponsiveStyleValue
<FontFamily | readonly string[] | undefined>
Inherited from
Omit.fontFamily
fontSize?
optional
fontSize:ResponsiveStyleValue
<FontSize<string | number> | readonly NonNullable<FontSize<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<FontSize<string | number> | readonly NonNullable<FontSize<string | number> | undefined>[] | undefined>
Inherited from
Omit.fontSize
fontStyle?
optional
fontStyle:ResponsiveStyleValue
<FontStyle | readonly string[] | undefined> | (theme
) =>ResponsiveStyleValue
<FontStyle | readonly string[] | undefined>
Inherited from
Omit.fontStyle
fontWeight?
optional
fontWeight:ResponsiveStyleValue
<undefined
|string
|string
&object
|number
&object
> | (theme
) =>ResponsiveStyleValue
<undefined
|string
|string
&object
|number
&object
>
Inherited from
Omit.fontWeight
gap?
optional
gap:ResponsiveStyleValue
<Gap<string | number> | readonly NonNullable<Gap<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<Gap<string | number> | readonly NonNullable<Gap<string | number> | undefined>[] | undefined>
Inherited from
Omit.gap
gridArea?
optional
gridArea:ResponsiveStyleValue
<GridArea | readonly NonNullable<GridArea | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<GridArea | readonly NonNullable<GridArea | undefined>[] | undefined>
Inherited from
Omit.gridArea
gridAutoColumns?
optional
gridAutoColumns:ResponsiveStyleValue
<GridAutoColumns<string | number> | readonly NonNullable<GridAutoColumns<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<GridAutoColumns<string | number> | readonly NonNullable<GridAutoColumns<string | number> | undefined>[] | undefined>
Inherited from
Omit.gridAutoColumns
gridAutoFlow?
optional
gridAutoFlow:ResponsiveStyleValue
<readonly string[] | GridAutoFlow | undefined> | (theme
) =>ResponsiveStyleValue
<readonly string[] | GridAutoFlow | undefined>
Inherited from
Omit.gridAutoFlow
gridAutoRows?
optional
gridAutoRows:ResponsiveStyleValue
<GridAutoRows<string | number> | readonly NonNullable<GridAutoRows<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<GridAutoRows<string | number> | readonly NonNullable<GridAutoRows<string | number> | undefined>[] | undefined>
Inherited from
Omit.gridAutoRows
gridColumn?
optional
gridColumn:ResponsiveStyleValue
<GridColumn | readonly NonNullable<GridColumn | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<GridColumn | readonly NonNullable<GridColumn | undefined>[] | undefined>
Inherited from
Omit.gridColumn
gridRow?
optional
gridRow:ResponsiveStyleValue
<GridRow | readonly NonNullable<GridRow | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<GridRow | readonly NonNullable<GridRow | undefined>[] | undefined>
Inherited from
Omit.gridRow
gridTemplateAreas?
optional
gridTemplateAreas:ResponsiveStyleValue
<readonly string[] | GridTemplateAreas | undefined> | (theme
) =>ResponsiveStyleValue
<readonly string[] | GridTemplateAreas | undefined>
Inherited from
Omit.gridTemplateAreas
gridTemplateColumns?
optional
gridTemplateColumns:ResponsiveStyleValue
<GridTemplateColumns<string | number> | readonly NonNullable<GridTemplateColumns<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<GridTemplateColumns<string | number> | readonly NonNullable<GridTemplateColumns<string | number> | undefined>[] | undefined>
Inherited from
Omit.gridTemplateColumns
gridTemplateRows?
optional
gridTemplateRows:ResponsiveStyleValue
<GridTemplateRows<string | number> | readonly NonNullable<GridTemplateRows<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<GridTemplateRows<string | number> | readonly NonNullable<GridTemplateRows<string | number> | undefined>[] | undefined>
Inherited from
Omit.gridTemplateRows
gutterBottom?
optional
gutterBottom:boolean
If true
, the text will have a bottom margin.
Default
false
Inherited from
Omit.gutterBottom
Defined in
node_modules/@mui/material/Typography/Typography.d.ts:48
height?
optional
height:ResponsiveStyleValue
<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>
Inherited from
Omit.height
hidden?
optional
hidden:boolean
Inherited from
Omit.hidden
Defined in
node_modules/@types/react/index.d.ts:2902
href?
optional
href:string
Defined in
hrefLang?
optional
hrefLang:string
Inherited from
Omit.hrefLang
Defined in
node_modules/@types/react/index.d.ts:3103
id?
optional
id:string
Inherited from
Omit.id
Defined in
node_modules/@types/react/index.d.ts:2903
inert?
optional
inert:boolean
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
Omit.inert
Defined in
node_modules/@types/react/experimental.d.ts:125
inlist?
optional
inlist:any
Inherited from
Omit.inlist
Defined in
node_modules/@types/react/index.d.ts:2923
inputMode?
optional
inputMode:"none"
|"search"
|"text"
|"tel"
|"url"
|"email"
|"numeric"
|"decimal"
Hints at the type of data that might be entered by the user while editing the element or its contents
See
https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute
Inherited from
Omit.inputMode
Defined in
node_modules/@types/react/index.d.ts:2951
is?
optional
is:string
Specify that a standard HTML element should behave like a defined custom built-in element
See
https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is
Inherited from
Omit.is
Defined in
node_modules/@types/react/index.d.ts:2956
itemID?
optional
itemID:string
Inherited from
Omit.itemID
Defined in
node_modules/@types/react/index.d.ts:2940
itemProp?
optional
itemProp:string
Inherited from
Omit.itemProp
Defined in
node_modules/@types/react/index.d.ts:2937
itemRef?
optional
itemRef:string
Inherited from
Omit.itemRef
Defined in
node_modules/@types/react/index.d.ts:2941
itemScope?
optional
itemScope:boolean
Inherited from
Omit.itemScope
Defined in
node_modules/@types/react/index.d.ts:2938
itemType?
optional
itemType:string
Inherited from
Omit.itemType
Defined in
node_modules/@types/react/index.d.ts:2939
justifyContent?
optional
justifyContent:ResponsiveStyleValue
<readonly string[] | JustifyContent | undefined> | (theme
) =>ResponsiveStyleValue
<readonly string[] | JustifyContent | undefined>
Inherited from
Omit.justifyContent
justifyItems?
optional
justifyItems:ResponsiveStyleValue
<readonly string[] | JustifyItems | undefined> | (theme
) =>ResponsiveStyleValue
<readonly string[] | JustifyItems | undefined>
Inherited from
Omit.justifyItems
justifySelf?
optional
justifySelf:ResponsiveStyleValue
<readonly string[] | JustifySelf | undefined> | (theme
) =>ResponsiveStyleValue
<readonly string[] | JustifySelf | undefined>
Inherited from
Omit.justifySelf
key?
optional
key:null
|Key
Inherited from
Omit.key
Defined in
node_modules/@types/react/index.d.ts:261
lang?
optional
lang:string
Inherited from
Omit.lang
Defined in
node_modules/@types/react/index.d.ts:2904
left?
optional
left:ResponsiveStyleValue
<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>
Inherited from
Omit.left
letterSpacing?
optional
letterSpacing:ResponsiveStyleValue
<LetterSpacing<string | number> | readonly NonNullable<LetterSpacing<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<LetterSpacing<string | number> | readonly NonNullable<LetterSpacing<string | number> | undefined>[] | undefined>
Inherited from
Omit.letterSpacing
lineHeight?
optional
lineHeight:ResponsiveStyleValue
<LineHeight<string | number> | readonly NonNullable<LineHeight<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<LineHeight<string | number> | readonly NonNullable<LineHeight<string | number> | undefined>[] | undefined>
Inherited from
Omit.lineHeight
m?
optional
m:ResponsiveStyleValue
<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>
Inherited from
Omit.m
margin?
optional
margin:ResponsiveStyleValue
<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>
Inherited from
Omit.margin
marginBlock?
optional
marginBlock:ResponsiveStyleValue
<MarginBlock<string | number> | readonly NonNullable<MarginBlock<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MarginBlock<string | number> | readonly NonNullable<MarginBlock<string | number> | undefined>[] | undefined>
Inherited from
Omit.marginBlock
marginBlockEnd?
optional
marginBlockEnd:ResponsiveStyleValue
<MarginBlockEnd<string | number> | readonly NonNullable<MarginBlockEnd<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MarginBlockEnd<string | number> | readonly NonNullable<MarginBlockEnd<string | number> | undefined>[] | undefined>
Inherited from
Omit.marginBlockEnd
marginBlockStart?
optional
marginBlockStart:ResponsiveStyleValue
<MarginBlockStart<string | number> | readonly NonNullable<MarginBlockStart<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MarginBlockStart<string | number> | readonly NonNullable<MarginBlockStart<string | number> | undefined>[] | undefined>
Inherited from
Omit.marginBlockStart
marginBottom?
optional
marginBottom:ResponsiveStyleValue
<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>
Inherited from
Omit.marginBottom
marginInline?
optional
marginInline:ResponsiveStyleValue
<MarginInline<string | number> | readonly NonNullable<MarginInline<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MarginInline<string | number> | readonly NonNullable<MarginInline<string | number> | undefined>[] | undefined>
Inherited from
Omit.marginInline
marginInlineEnd?
optional
marginInlineEnd:ResponsiveStyleValue
<MarginInlineEnd<string | number> | readonly NonNullable<MarginInlineEnd<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MarginInlineEnd<string | number> | readonly NonNullable<MarginInlineEnd<string | number> | undefined>[] | undefined>
Inherited from
Omit.marginInlineEnd
marginInlineStart?
optional
marginInlineStart:ResponsiveStyleValue
<MarginInlineStart<string | number> | readonly NonNullable<MarginInlineStart<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MarginInlineStart<string | number> | readonly NonNullable<MarginInlineStart<string | number> | undefined>[] | undefined>
Inherited from
Omit.marginInlineStart
marginLeft?
optional
marginLeft:ResponsiveStyleValue
<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
Inherited from
Omit.marginLeft
marginRight?
optional
marginRight:ResponsiveStyleValue
<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>
Inherited from
Omit.marginRight
marginTop?
optional
marginTop:ResponsiveStyleValue
<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
Inherited from
Omit.marginTop
marginX?
optional
marginX:ResponsiveStyleValue
<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
Inherited from
Omit.marginX
marginY?
optional
marginY:ResponsiveStyleValue
<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
Inherited from
Omit.marginY
maxHeight?
optional
maxHeight:ResponsiveStyleValue
<MaxHeight<string | number> | readonly NonNullable<MaxHeight<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MaxHeight<string | number> | readonly NonNullable<MaxHeight<string | number> | undefined>[] | undefined>
Inherited from
Omit.maxHeight
maxWidth?
optional
maxWidth:ResponsiveStyleValue
<MaxWidth<string | number> | readonly NonNullable<MaxWidth<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MaxWidth<string | number> | readonly NonNullable<MaxWidth<string | number> | undefined>[] | undefined>
Inherited from
Omit.maxWidth
mb?
optional
mb:ResponsiveStyleValue
<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>
Inherited from
Omit.mb
media?
optional
media:string
Inherited from
Omit.media
Defined in
node_modules/@types/react/index.d.ts:3104
minHeight?
optional
minHeight:ResponsiveStyleValue
<MinHeight<string | number> | readonly NonNullable<MinHeight<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MinHeight<string | number> | readonly NonNullable<MinHeight<string | number> | undefined>[] | undefined>
Inherited from
Omit.minHeight
minWidth?
optional
minWidth:ResponsiveStyleValue
<MinWidth<string | number> | readonly NonNullable<MinWidth<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MinWidth<string | number> | readonly NonNullable<MinWidth<string | number> | undefined>[] | undefined>
Inherited from
Omit.minWidth
ml?
optional
ml:ResponsiveStyleValue
<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
Inherited from
Omit.ml
mr?
optional
mr:ResponsiveStyleValue
<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>
Inherited from
Omit.mr
mt?
optional
mt:ResponsiveStyleValue
<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
Inherited from
Omit.mt
mx?
optional
mx:ResponsiveStyleValue
<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
Inherited from
Omit.mx
my?
optional
my:ResponsiveStyleValue
<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined> | (theme
) =>ResponsiveStyleValue
<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
Inherited from
Omit.my
nonce?
optional
nonce:string
Inherited from
Omit.nonce
Defined in
node_modules/@types/react/index.d.ts:2905
noWrap?
optional
noWrap:boolean
If true
, the text will not wrap, but instead will truncate with a text overflow ellipsis.
Note that text overflow can only happen with block or inline-block level elements (the element needs to have a width in order to overflow).
Default
false
Inherited from
Omit.noWrap
Defined in
node_modules/@mui/material/Typography/Typography.d.ts:56
onAbort?
optional
onAbort:ReactEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onAbort
Defined in
node_modules/@types/react/index.d.ts:2439
onAbortCapture?
optional
onAbortCapture:ReactEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onAbortCapture
Defined in
node_modules/@types/react/index.d.ts:2440
onAnimationEnd?
optional
onAnimationEnd:AnimationEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onAnimationEnd
Defined in
node_modules/@types/react/index.d.ts:2569
onAnimationEndCapture?
optional
onAnimationEndCapture:AnimationEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onAnimationEndCapture
Defined in
node_modules/@types/react/index.d.ts:2570
onAnimationIteration?
optional
onAnimationIteration:AnimationEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onAnimationIteration
Defined in
node_modules/@types/react/index.d.ts:2571
onAnimationIterationCapture?
optional
onAnimationIterationCapture:AnimationEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onAnimationIterationCapture
Defined in
node_modules/@types/react/index.d.ts:2572
onAnimationStart?
optional
onAnimationStart:AnimationEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onAnimationStart
Defined in
node_modules/@types/react/index.d.ts:2567
onAnimationStartCapture?
optional
onAnimationStartCapture:AnimationEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onAnimationStartCapture
Defined in
node_modules/@types/react/index.d.ts:2568
onAuxClick?
optional
onAuxClick:MouseEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onAuxClick
Defined in
node_modules/@types/react/index.d.ts:2487
onAuxClickCapture?
optional
onAuxClickCapture:MouseEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onAuxClickCapture
Defined in
node_modules/@types/react/index.d.ts:2488
onBeforeInput?
optional
onBeforeInput:FormEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onBeforeInput
Defined in
node_modules/@types/react/index.d.ts:2411
onBeforeInputCapture?
optional
onBeforeInputCapture:FormEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onBeforeInputCapture
Defined in
node_modules/@types/react/index.d.ts:2412
onBeforeToggle?
optional
onBeforeToggle:ToggleEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onBeforeToggle
Defined in
node_modules/@types/react/canary.d.ts:131
onBlur?
optional
onBlur:FocusEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onBlur
Defined in
node_modules/@types/react/index.d.ts:2405
onBlurCapture?
optional
onBlurCapture:FocusEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onBlurCapture
Defined in
node_modules/@types/react/index.d.ts:2406
onCanPlay?
optional
onCanPlay:ReactEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onCanPlay
Defined in
node_modules/@types/react/index.d.ts:2441
onCanPlayCapture?
optional
onCanPlayCapture:ReactEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onCanPlayCapture
Defined in
node_modules/@types/react/index.d.ts:2442
onCanPlayThrough?
optional
onCanPlayThrough:ReactEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onCanPlayThrough
Defined in
node_modules/@types/react/index.d.ts:2443
onCanPlayThroughCapture?
optional
onCanPlayThroughCapture:ReactEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onCanPlayThroughCapture
Defined in
node_modules/@types/react/index.d.ts:2444
onChange?
optional
onChange:FormEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onChange
Defined in
node_modules/@types/react/index.d.ts:2409
onChangeCapture?
optional
onChangeCapture:FormEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onChangeCapture
Defined in
node_modules/@types/react/index.d.ts:2410
onClick?
optional
onClick:MouseEventHandler
<HTMLAnchorElement
|HTMLButtonElement
>
Defined in
onClickCapture?
optional
onClickCapture:MouseEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onClickCapture
Defined in
node_modules/@types/react/index.d.ts:2490
onCompositionEnd?
optional
onCompositionEnd:CompositionEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onCompositionEnd
Defined in
node_modules/@types/react/index.d.ts:2395
onCompositionEndCapture?
optional
onCompositionEndCapture:CompositionEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onCompositionEndCapture
Defined in
node_modules/@types/react/index.d.ts:2396
onCompositionStart?
optional
onCompositionStart:CompositionEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onCompositionStart
Defined in
node_modules/@types/react/index.d.ts:2397
onCompositionStartCapture?
optional
onCompositionStartCapture:CompositionEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onCompositionStartCapture
Defined in
node_modules/@types/react/index.d.ts:2398
onCompositionUpdate?
optional
onCompositionUpdate:CompositionEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onCompositionUpdate
Defined in
node_modules/@types/react/index.d.ts:2399
onCompositionUpdateCapture?
optional
onCompositionUpdateCapture:CompositionEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onCompositionUpdateCapture
Defined in
node_modules/@types/react/index.d.ts:2400
onContextMenu?
optional
onContextMenu:MouseEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onContextMenu
Defined in
node_modules/@types/react/index.d.ts:2491
onContextMenuCapture?
optional
onContextMenuCapture:MouseEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onContextMenuCapture
Defined in
node_modules/@types/react/index.d.ts:2492
onCopy?
optional
onCopy:ClipboardEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onCopy
Defined in
node_modules/@types/react/index.d.ts:2387
onCopyCapture?
optional
onCopyCapture:ClipboardEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onCopyCapture
Defined in
node_modules/@types/react/index.d.ts:2388
onCut?
optional
onCut:ClipboardEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onCut
Defined in
node_modules/@types/react/index.d.ts:2389
onCutCapture?
optional
onCutCapture:ClipboardEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onCutCapture
Defined in
node_modules/@types/react/index.d.ts:2390
onDoubleClick?
optional
onDoubleClick:MouseEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDoubleClick
Defined in
node_modules/@types/react/index.d.ts:2493
onDoubleClickCapture?
optional
onDoubleClickCapture:MouseEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDoubleClickCapture
Defined in
node_modules/@types/react/index.d.ts:2494
onDrag?
optional
onDrag:DragEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDrag
Defined in
node_modules/@types/react/index.d.ts:2495
onDragCapture?
optional
onDragCapture:DragEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDragCapture
Defined in
node_modules/@types/react/index.d.ts:2496
onDragEnd?
optional
onDragEnd:DragEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDragEnd
Defined in
node_modules/@types/react/index.d.ts:2497
onDragEndCapture?
optional
onDragEndCapture:DragEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDragEndCapture
Defined in
node_modules/@types/react/index.d.ts:2498
onDragEnter?
optional
onDragEnter:DragEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDragEnter
Defined in
node_modules/@types/react/index.d.ts:2499
onDragEnterCapture?
optional
onDragEnterCapture:DragEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDragEnterCapture
Defined in
node_modules/@types/react/index.d.ts:2500
onDragExit?
optional
onDragExit:DragEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDragExit
Defined in
node_modules/@types/react/index.d.ts:2501
onDragExitCapture?
optional
onDragExitCapture:DragEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDragExitCapture
Defined in
node_modules/@types/react/index.d.ts:2502
onDragLeave?
optional
onDragLeave:DragEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDragLeave
Defined in
node_modules/@types/react/index.d.ts:2503
onDragLeaveCapture?
optional
onDragLeaveCapture:DragEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDragLeaveCapture
Defined in
node_modules/@types/react/index.d.ts:2504
onDragOver?
optional
onDragOver:DragEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDragOver
Defined in
node_modules/@types/react/index.d.ts:2505
onDragOverCapture?
optional
onDragOverCapture:DragEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDragOverCapture
Defined in
node_modules/@types/react/index.d.ts:2506
onDragStart?
optional
onDragStart:DragEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDragStart
Defined in
node_modules/@types/react/index.d.ts:2507
onDragStartCapture?
optional
onDragStartCapture:DragEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDragStartCapture
Defined in
node_modules/@types/react/index.d.ts:2508
onDrop?
optional
onDrop:DragEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDrop
Defined in
node_modules/@types/react/index.d.ts:2509
onDropCapture?
optional
onDropCapture:DragEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDropCapture
Defined in
node_modules/@types/react/index.d.ts:2510
onDurationChange?
optional
onDurationChange:ReactEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDurationChange
Defined in
node_modules/@types/react/index.d.ts:2445
onDurationChangeCapture?
optional
onDurationChangeCapture:ReactEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onDurationChangeCapture
Defined in
node_modules/@types/react/index.d.ts:2446
onEmptied?
optional
onEmptied:ReactEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onEmptied
Defined in
node_modules/@types/react/index.d.ts:2447
onEmptiedCapture?
optional
onEmptiedCapture:ReactEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onEmptiedCapture
Defined in
node_modules/@types/react/index.d.ts:2448
onEncrypted?
optional
onEncrypted:ReactEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onEncrypted
Defined in
node_modules/@types/react/index.d.ts:2449
onEncryptedCapture?
optional
onEncryptedCapture:ReactEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onEncryptedCapture
Defined in
node_modules/@types/react/index.d.ts:2450
onEnded?
optional
onEnded:ReactEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onEnded
Defined in
node_modules/@types/react/index.d.ts:2451
onEndedCapture?
optional
onEndedCapture:ReactEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onEndedCapture
Defined in
node_modules/@types/react/index.d.ts:2452
onError?
optional
onError:ReactEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onError
Defined in
node_modules/@types/react/index.d.ts:2425
onErrorCapture?
optional
onErrorCapture:ReactEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onErrorCapture
Defined in
node_modules/@types/react/index.d.ts:2426
onFocus?
optional
onFocus:FocusEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onFocus
Defined in
node_modules/@types/react/index.d.ts:2403
onFocusCapture?
optional
onFocusCapture:FocusEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onFocusCapture
Defined in
node_modules/@types/react/index.d.ts:2404
onGotPointerCapture?
optional
onGotPointerCapture:PointerEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onGotPointerCapture
Defined in
node_modules/@types/react/index.d.ts:2553
onGotPointerCaptureCapture?
optional
onGotPointerCaptureCapture:PointerEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onGotPointerCaptureCapture
Defined in
node_modules/@types/react/index.d.ts:2554
onInput?
optional
onInput:FormEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onInput
Defined in
node_modules/@types/react/index.d.ts:2413
onInputCapture?
optional
onInputCapture:FormEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onInputCapture
Defined in
node_modules/@types/react/index.d.ts:2414
onInvalid?
optional
onInvalid:FormEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onInvalid
Defined in
node_modules/@types/react/index.d.ts:2419
onInvalidCapture?
optional
onInvalidCapture:FormEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onInvalidCapture
Defined in
node_modules/@types/react/index.d.ts:2420
onKeyDown?
optional
onKeyDown:KeyboardEventHandler
<HTMLAnchorElement
>
Inherited from
Omit.onKeyDown
Defined in
node_modules/@types/react/index.d.ts:2429