Interface: MarkerComponentProps
Hierarchy
SVGProps
<SVGSVGElement
>↳
MarkerComponentProps
Properties
accentHeight
• Optional
accentHeight: string
| number
Inherited from
SVGProps.accentHeight
Defined in
node_modules/@types/react/index.d.ts:2529
accumulate
• Optional
accumulate: "none"
| "sum"
Inherited from
SVGProps.accumulate
Defined in
node_modules/@types/react/index.d.ts:2530
additive
• Optional
additive: "replace"
| "sum"
Inherited from
SVGProps.additive
Defined in
node_modules/@types/react/index.d.ts:2531
alignmentBaseline
• Optional
alignmentBaseline: "inherit"
| "auto"
| "alphabetic"
| "hanging"
| "ideographic"
| "mathematical"
| "baseline"
| "before-edge"
| "text-before-edge"
| "middle"
| "central"
| "after-edge"
| "text-after-edge"
Inherited from
SVGProps.alignmentBaseline
Defined in
node_modules/@types/react/index.d.ts:2532
allowReorder
• Optional
allowReorder: "no"
| "yes"
Inherited from
SVGProps.allowReorder
Defined in
node_modules/@types/react/index.d.ts:2534
alphabetic
• Optional
alphabetic: string
| number
Inherited from
SVGProps.alphabetic
Defined in
node_modules/@types/react/index.d.ts:2535
amplitude
• Optional
amplitude: string
| number
Inherited from
SVGProps.amplitude
Defined in
node_modules/@types/react/index.d.ts:2536
arabicForm
• Optional
arabicForm: "initial"
| "medial"
| "terminal"
| "isolated"
Inherited from
SVGProps.arabicForm
Defined in
node_modules/@types/react/index.d.ts:2537
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
SVGProps.aria-activedescendant
Defined in
node_modules/@types/react/index.d.ts:1585
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
SVGProps.aria-atomic
Defined in
node_modules/@types/react/index.d.ts:1587
aria-autocomplete
• Optional
aria-autocomplete: "none"
| "list"
| "inline"
| "both"
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
SVGProps.aria-autocomplete
Defined in
node_modules/@types/react/index.d.ts:1592
aria-busy
• Optional
aria-busy: Booleanish
Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.
Inherited from
SVGProps.aria-busy
Defined in
node_modules/@types/react/index.d.ts:1594
aria-checked
• Optional
aria-checked: boolean
| "true"
| "false"
| "mixed"
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
see
aria-pressed @see aria-selected.
Inherited from
SVGProps.aria-checked
Defined in
node_modules/@types/react/index.d.ts:1599
aria-colcount
• Optional
aria-colcount: number
Defines the total number of columns in a table, grid, or treegrid.
see
aria-colindex.
Inherited from
SVGProps.aria-colcount
Defined in
node_modules/@types/react/index.d.ts:1604
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 @see aria-colspan.
Inherited from
SVGProps.aria-colindex
Defined in
node_modules/@types/react/index.d.ts:1609
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 @see aria-rowspan.
Inherited from
SVGProps.aria-colspan
Defined in
node_modules/@types/react/index.d.ts:1614
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
SVGProps.aria-controls
Defined in
node_modules/@types/react/index.d.ts:1619
aria-current
• Optional
aria-current: boolean
| "time"
| "true"
| "false"
| "page"
| "step"
| "location"
| "date"
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
SVGProps.aria-current
Defined in
node_modules/@types/react/index.d.ts:1621
aria-describedby
• Optional
aria-describedby: string
Identifies the element (or elements) that describes the object.
see
aria-labelledby
Inherited from
SVGProps.aria-describedby
Defined in
node_modules/@types/react/index.d.ts:1626
aria-details
• Optional
aria-details: string
Identifies the element that provides a detailed, extended description for the object.
see
aria-describedby.
Inherited from
SVGProps.aria-details
Defined in
node_modules/@types/react/index.d.ts:1631
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 @see aria-readonly.
Inherited from
SVGProps.aria-disabled
Defined in
node_modules/@types/react/index.d.ts:1636
aria-dropeffect
• Optional
aria-dropeffect: "link"
| "none"
| "copy"
| "execute"
| "move"
| "popup"
Indicates what functions can be performed when a dragged object is released on the drop target.
deprecated
in ARIA 1.1
Inherited from
SVGProps.aria-dropeffect
Defined in
node_modules/@types/react/index.d.ts:1641
aria-errormessage
• Optional
aria-errormessage: string
Identifies the element that provides an error message for the object.
see
aria-invalid @see aria-describedby.
Inherited from
SVGProps.aria-errormessage
Defined in
node_modules/@types/react/index.d.ts:1646
aria-expanded
• Optional
aria-expanded: Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
SVGProps.aria-expanded
Defined in
node_modules/@types/react/index.d.ts:1648
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
SVGProps.aria-flowto
Defined in
node_modules/@types/react/index.d.ts:1653
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
SVGProps.aria-grabbed
Defined in
node_modules/@types/react/index.d.ts:1658
aria-haspopup
• Optional
aria-haspopup: boolean
| "dialog"
| "menu"
| "grid"
| "listbox"
| "tree"
| "true"
| "false"
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
SVGProps.aria-haspopup
Defined in
node_modules/@types/react/index.d.ts:1660
aria-hidden
• Optional
aria-hidden: Booleanish
Indicates whether the element is exposed to an accessibility API.
see
aria-disabled.
Inherited from
SVGProps.aria-hidden
Defined in
node_modules/@types/react/index.d.ts:1665
aria-invalid
• Optional
aria-invalid: boolean
| "true"
| "false"
| "grammar"
| "spelling"
Indicates the entered value does not conform to the format expected by the application.
see
aria-errormessage.
Inherited from
SVGProps.aria-invalid
Defined in
node_modules/@types/react/index.d.ts:1670
aria-keyshortcuts
• Optional
aria-keyshortcuts: string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
SVGProps.aria-keyshortcuts
Defined in
node_modules/@types/react/index.d.ts:1672
aria-label
• Optional
aria-label: string
Defines a string value that labels the current element.
see
aria-labelledby.
Inherited from
SVGProps.aria-label
Defined in
node_modules/@types/react/index.d.ts:1677
aria-labelledby
• Optional
aria-labelledby: string
Identifies the element (or elements) that labels the current element.
see
aria-describedby.
Inherited from
SVGProps.aria-labelledby
Defined in
node_modules/@types/react/index.d.ts:1682
aria-level
• Optional
aria-level: number
Defines the hierarchical level of an element within a structure.
Inherited from
SVGProps.aria-level
Defined in
node_modules/@types/react/index.d.ts:1684
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
SVGProps.aria-live
Defined in
node_modules/@types/react/index.d.ts:1686
aria-modal
• Optional
aria-modal: Booleanish
Indicates whether an element is modal when displayed.
Inherited from
SVGProps.aria-modal
Defined in
node_modules/@types/react/index.d.ts:1688
aria-multiline
• Optional
aria-multiline: Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
SVGProps.aria-multiline
Defined in
node_modules/@types/react/index.d.ts:1690
aria-multiselectable
• Optional
aria-multiselectable: Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
SVGProps.aria-multiselectable
Defined in
node_modules/@types/react/index.d.ts:1692
aria-orientation
• Optional
aria-orientation: "horizontal"
| "vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
SVGProps.aria-orientation
Defined in
node_modules/@types/react/index.d.ts:1694
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
SVGProps.aria-owns
Defined in
node_modules/@types/react/index.d.ts:1700
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
SVGProps.aria-placeholder
Defined in
node_modules/@types/react/index.d.ts:1705
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
SVGProps.aria-posinset
Defined in
node_modules/@types/react/index.d.ts:1710
aria-pressed
• Optional
aria-pressed: boolean
| "true"
| "false"
| "mixed"
Indicates the current "pressed" state of toggle buttons.
see
aria-checked @see aria-selected.
Inherited from
SVGProps.aria-pressed
Defined in
node_modules/@types/react/index.d.ts:1715
aria-readonly
• Optional
aria-readonly: Booleanish
Indicates that the element is not editable, but is otherwise operable.
see
aria-disabled.
Inherited from
SVGProps.aria-readonly
Defined in
node_modules/@types/react/index.d.ts:1720
aria-relevant
• Optional
aria-relevant: "text"
| "additions"
| "additions removals"
| "additions text"
| "all"
| "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
SVGProps.aria-relevant
Defined in
node_modules/@types/react/index.d.ts:1725
aria-required
• Optional
aria-required: Booleanish
Indicates that user input is required on the element before a form may be submitted.
Inherited from
SVGProps.aria-required
Defined in
node_modules/@types/react/index.d.ts:1727
aria-roledescription
• Optional
aria-roledescription: string
Defines a human-readable, author-localized description for the role of an element.
Inherited from
SVGProps.aria-roledescription
Defined in
node_modules/@types/react/index.d.ts:1729
aria-rowcount
• Optional
aria-rowcount: number
Defines the total number of rows in a table, grid, or treegrid.
see
aria-rowindex.
Inherited from
SVGProps.aria-rowcount
Defined in
node_modules/@types/react/index.d.ts:1734
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 @see aria-rowspan.
Inherited from
SVGProps.aria-rowindex
Defined in
node_modules/@types/react/index.d.ts:1739
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 @see aria-colspan.
Inherited from
SVGProps.aria-rowspan
Defined in
node_modules/@types/react/index.d.ts:1744
aria-selected
• Optional
aria-selected: Booleanish
Indicates the current "selected" state of various widgets.
see
aria-checked @see aria-pressed.
Inherited from
SVGProps.aria-selected
Defined in
node_modules/@types/react/index.d.ts:1749
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
SVGProps.aria-setsize
Defined in
node_modules/@types/react/index.d.ts:1754
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
SVGProps.aria-sort
Defined in
node_modules/@types/react/index.d.ts:1756
aria-valuemax
• Optional
aria-valuemax: number
Defines the maximum allowed value for a range widget.
Inherited from
SVGProps.aria-valuemax
Defined in
node_modules/@types/react/index.d.ts:1758
aria-valuemin
• Optional
aria-valuemin: number
Defines the minimum allowed value for a range widget.
Inherited from
SVGProps.aria-valuemin
Defined in
node_modules/@types/react/index.d.ts:1760
aria-valuenow
• Optional
aria-valuenow: number
Defines the current value for a range widget.
see
aria-valuetext.
Inherited from
SVGProps.aria-valuenow
Defined in
node_modules/@types/react/index.d.ts:1765
aria-valuetext
• Optional
aria-valuetext: string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
SVGProps.aria-valuetext
Defined in
node_modules/@types/react/index.d.ts:1767
ascent
• Optional
ascent: string
| number
Inherited from
SVGProps.ascent
Defined in
node_modules/@types/react/index.d.ts:2538
attributeName
• Optional
attributeName: string
Inherited from
SVGProps.attributeName
Defined in
node_modules/@types/react/index.d.ts:2539
attributeType
• Optional
attributeType: string
Inherited from
SVGProps.attributeType
Defined in
node_modules/@types/react/index.d.ts:2540
autoReverse
• Optional
autoReverse: Booleanish
Inherited from
SVGProps.autoReverse
Defined in
node_modules/@types/react/index.d.ts:2541
azimuth
• Optional
azimuth: string
| number
Inherited from
SVGProps.azimuth
Defined in
node_modules/@types/react/index.d.ts:2542
baseFrequency
• Optional
baseFrequency: string
| number
Inherited from
SVGProps.baseFrequency
Defined in
node_modules/@types/react/index.d.ts:2543
baseProfile
• Optional
baseProfile: string
| number
Inherited from
SVGProps.baseProfile
Defined in
node_modules/@types/react/index.d.ts:2545
baselineShift
• Optional
baselineShift: string
| number
Inherited from
SVGProps.baselineShift
Defined in
node_modules/@types/react/index.d.ts:2544
bbox
• Optional
bbox: string
| number
Inherited from
SVGProps.bbox
Defined in
node_modules/@types/react/index.d.ts:2546
begin
• Optional
begin: string
| number
Inherited from
SVGProps.begin
Defined in
node_modules/@types/react/index.d.ts:2547
bias
• Optional
bias: string
| number
Inherited from
SVGProps.bias
Defined in
node_modules/@types/react/index.d.ts:2548
by
• Optional
by: string
| number
Inherited from
SVGProps.by
Defined in
node_modules/@types/react/index.d.ts:2549
calcMode
• Optional
calcMode: string
| number
Inherited from
SVGProps.calcMode
Defined in
node_modules/@types/react/index.d.ts:2550
capHeight
• Optional
capHeight: string
| number
Inherited from
SVGProps.capHeight
Defined in
node_modules/@types/react/index.d.ts:2551
children
• Optional
children: ReactNode
Inherited from
SVGProps.children
Defined in
node_modules/@types/react/index.d.ts:1373
className
• Optional
className: string
Inherited from
SVGProps.className
Defined in
node_modules/@types/react/index.d.ts:2508
clip
• Optional
clip: string
| number
Inherited from
SVGProps.clip
Defined in
node_modules/@types/react/index.d.ts:2552
clipPath
• Optional
clipPath: string
Inherited from
SVGProps.clipPath
Defined in
node_modules/@types/react/index.d.ts:2553
clipPathUnits
• Optional
clipPathUnits: string
| number
Inherited from
SVGProps.clipPathUnits
Defined in
node_modules/@types/react/index.d.ts:2554
clipRule
• Optional
clipRule: string
| number
Inherited from
SVGProps.clipRule
Defined in
node_modules/@types/react/index.d.ts:2555
color
• Optional
color: string
Inherited from
SVGProps.color
Defined in
node_modules/@types/react/index.d.ts:2509
colorInterpolation
• Optional
colorInterpolation: string
| number
Inherited from
SVGProps.colorInterpolation
Defined in
node_modules/@types/react/index.d.ts:2556
colorInterpolationFilters
• Optional
colorInterpolationFilters: "inherit"
| "auto"
| "sRGB"
| "linearRGB"
Inherited from
SVGProps.colorInterpolationFilters
Defined in
node_modules/@types/react/index.d.ts:2557
colorProfile
• Optional
colorProfile: string
| number
Inherited from
SVGProps.colorProfile
Defined in
node_modules/@types/react/index.d.ts:2558
colorRendering
• Optional
colorRendering: string
| number
Inherited from
SVGProps.colorRendering
Defined in
node_modules/@types/react/index.d.ts:2559
contentScriptType
• Optional
contentScriptType: string
| number
Inherited from
SVGProps.contentScriptType
Defined in
node_modules/@types/react/index.d.ts:2560
contentStyleType
• Optional
contentStyleType: string
| number
Inherited from
SVGProps.contentStyleType
Defined in
node_modules/@types/react/index.d.ts:2561
crossOrigin
• Optional
crossOrigin: ""
| "anonymous"
| "use-credentials"
Inherited from
SVGProps.crossOrigin
Defined in
node_modules/@types/react/index.d.ts:2526
cursor
• Optional
cursor: string
| number
Inherited from
SVGProps.cursor
Defined in
node_modules/@types/react/index.d.ts:2562
cx
• Optional
cx: string
| number
Inherited from
SVGProps.cx
Defined in
node_modules/@types/react/index.d.ts:2563
cy
• Optional
cy: string
| number
Inherited from
SVGProps.cy
Defined in
node_modules/@types/react/index.d.ts:2564
d
• Optional
d: string
Inherited from
SVGProps.d
Defined in
node_modules/@types/react/index.d.ts:2565
dangerouslySetInnerHTML
• Optional
dangerouslySetInnerHTML: Object
Type declaration
Name | Type |
---|---|
__html | string |
Inherited from
SVGProps.dangerouslySetInnerHTML
Defined in
node_modules/@types/react/index.d.ts:1374
decelerate
• Optional
decelerate: string
| number
Inherited from
SVGProps.decelerate
Defined in
node_modules/@types/react/index.d.ts:2566
descent
• Optional
descent: string
| number
Inherited from
SVGProps.descent
Defined in
node_modules/@types/react/index.d.ts:2567
diffuseConstant
• Optional
diffuseConstant: string
| number
Inherited from
SVGProps.diffuseConstant
Defined in
node_modules/@types/react/index.d.ts:2568
direction
• Optional
direction: string
| number
Inherited from
SVGProps.direction
Defined in
node_modules/@types/react/index.d.ts:2569
display
• Optional
display: string
| number
Inherited from
SVGProps.display
Defined in
node_modules/@types/react/index.d.ts:2570
divisor
• Optional
divisor: string
| number
Inherited from
SVGProps.divisor
Defined in
node_modules/@types/react/index.d.ts:2571
dominantBaseline
• Optional
dominantBaseline: string
| number
Inherited from
SVGProps.dominantBaseline
Defined in
node_modules/@types/react/index.d.ts:2572
dur
• Optional
dur: string
| number
Inherited from
SVGProps.dur
Defined in
node_modules/@types/react/index.d.ts:2573
dx
• Optional
dx: string
| number
Inherited from
SVGProps.dx
Defined in
node_modules/@types/react/index.d.ts:2574
dy
• Optional
dy: string
| number
Inherited from
SVGProps.dy
Defined in
node_modules/@types/react/index.d.ts:2575
edgeMode
• Optional
edgeMode: string
| number
Inherited from
SVGProps.edgeMode
Defined in
node_modules/@types/react/index.d.ts:2576
elevation
• Optional
elevation: string
| number
Inherited from
SVGProps.elevation
Defined in
node_modules/@types/react/index.d.ts:2577
enableBackground
• Optional
enableBackground: string
| number
Inherited from
SVGProps.enableBackground
Defined in
node_modules/@types/react/index.d.ts:2578
end
• Optional
end: string
| number
Inherited from
SVGProps.end
Defined in
node_modules/@types/react/index.d.ts:2579
exponent
• Optional
exponent: string
| number
Inherited from
SVGProps.exponent
Defined in
node_modules/@types/react/index.d.ts:2580
externalResourcesRequired
• Optional
externalResourcesRequired: Booleanish
Inherited from
SVGProps.externalResourcesRequired
Defined in
node_modules/@types/react/index.d.ts:2581
feature
• feature: Feature
<Geometry
, GeoJsonProperties
>
Defined in
src/components/GeoJson/types.ts:18
fill
• Optional
fill: string
Inherited from
SVGProps.fill
Defined in
node_modules/@types/react/index.d.ts:2582
fillOpacity
• Optional
fillOpacity: string
| number
Inherited from
SVGProps.fillOpacity
Defined in
node_modules/@types/react/index.d.ts:2583
fillRule
• Optional
fillRule: "inherit"
| "nonzero"
| "evenodd"
Inherited from
SVGProps.fillRule
Defined in
node_modules/@types/react/index.d.ts:2584
filter
• Optional
filter: string
Inherited from
SVGProps.filter
Defined in
node_modules/@types/react/index.d.ts:2585
filterRes
• Optional
filterRes: string
| number
Inherited from
SVGProps.filterRes
Defined in
node_modules/@types/react/index.d.ts:2586
filterUnits
• Optional
filterUnits: string
| number
Inherited from
SVGProps.filterUnits
Defined in
node_modules/@types/react/index.d.ts:2587
floodColor
• Optional
floodColor: string
| number
Inherited from
SVGProps.floodColor
Defined in
node_modules/@types/react/index.d.ts:2588
floodOpacity
• Optional
floodOpacity: string
| number
Inherited from
SVGProps.floodOpacity
Defined in
node_modules/@types/react/index.d.ts:2589
focusable
• Optional
focusable: "auto"
| Booleanish
Inherited from
SVGProps.focusable
Defined in
node_modules/@types/react/index.d.ts:2590
fontFamily
• Optional
fontFamily: string
Inherited from
SVGProps.fontFamily
Defined in
node_modules/@types/react/index.d.ts:2591
fontSize
• Optional
fontSize: string
| number
Inherited from
SVGProps.fontSize
Defined in
node_modules/@types/react/index.d.ts:2592
fontSizeAdjust
• Optional
fontSizeAdjust: string
| number
Inherited from
SVGProps.fontSizeAdjust
Defined in
node_modules/@types/react/index.d.ts:2593
fontStretch
• Optional
fontStretch: string
| number
Inherited from
SVGProps.fontStretch
Defined in
node_modules/@types/react/index.d.ts:2594
fontStyle
• Optional
fontStyle: string
| number
Inherited from
SVGProps.fontStyle
Defined in
node_modules/@types/react/index.d.ts:2595
fontVariant
• Optional
fontVariant: string
| number
Inherited from
SVGProps.fontVariant
Defined in
node_modules/@types/react/index.d.ts:2596
fontWeight
• Optional
fontWeight: string
| number
Inherited from
SVGProps.fontWeight
Defined in
node_modules/@types/react/index.d.ts:2597
format
• Optional
format: string
| number
Inherited from
SVGProps.format
Defined in
node_modules/@types/react/index.d.ts:2598
fr
• Optional
fr: string
| number
Inherited from
SVGProps.fr
Defined in
node_modules/@types/react/index.d.ts:2599
from
• Optional
from: string
| number
Inherited from
SVGProps.from
Defined in
node_modules/@types/react/index.d.ts:2600
fx
• Optional
fx: string
| number
Inherited from
SVGProps.fx
Defined in
node_modules/@types/react/index.d.ts:2601
fy
• Optional
fy: string
| number
Inherited from
SVGProps.fy
Defined in
node_modules/@types/react/index.d.ts:2602
g1
• Optional
g1: string
| number
Inherited from
SVGProps.g1
Defined in
node_modules/@types/react/index.d.ts:2603
g2
• Optional
g2: string
| number
Inherited from
SVGProps.g2
Defined in
node_modules/@types/react/index.d.ts:2604
glyphName
• Optional
glyphName: string
| number
Inherited from
SVGProps.glyphName
Defined in
node_modules/@types/react/index.d.ts:2605
glyphOrientationHorizontal
• Optional
glyphOrientationHorizontal: string
| number
Inherited from
SVGProps.glyphOrientationHorizontal
Defined in
node_modules/@types/react/index.d.ts:2606
glyphOrientationVertical
• Optional
glyphOrientationVertical: string
| number
Inherited from
SVGProps.glyphOrientationVertical
Defined in
node_modules/@types/react/index.d.ts:2607
glyphRef
• Optional
glyphRef: string
| number
Inherited from
SVGProps.glyphRef
Defined in
node_modules/@types/react/index.d.ts:2608
gradientTransform
• Optional
gradientTransform: string
Inherited from
SVGProps.gradientTransform
Defined in
node_modules/@types/react/index.d.ts:2609
gradientUnits
• Optional
gradientUnits: string
Inherited from
SVGProps.gradientUnits
Defined in
node_modules/@types/react/index.d.ts:2610
hanging
• Optional
hanging: string
| number
Inherited from
SVGProps.hanging
Defined in
node_modules/@types/react/index.d.ts:2611
height
• Optional
height: string
| number
Inherited from
SVGProps.height
Defined in
node_modules/@types/react/index.d.ts:2510
horizAdvX
• Optional
horizAdvX: string
| number
Inherited from
SVGProps.horizAdvX
Defined in
node_modules/@types/react/index.d.ts:2612
horizOriginX
• Optional
horizOriginX: string
| number
Inherited from
SVGProps.horizOriginX
Defined in
node_modules/@types/react/index.d.ts:2613
href
• Optional
href: string
Inherited from
SVGProps.href
Defined in
node_modules/@types/react/index.d.ts:2614
id
• Optional
id: string
Inherited from
SVGProps.id
Defined in
node_modules/@types/react/index.d.ts:2511
ideographic
• Optional
ideographic: string
| number
Inherited from
SVGProps.ideographic
Defined in
node_modules/@types/react/index.d.ts:2615
imageRendering
• Optional
imageRendering: string
| number
Inherited from
SVGProps.imageRendering
Defined in
node_modules/@types/react/index.d.ts:2616
in
• Optional
in: string
Inherited from
SVGProps.in
Defined in
node_modules/@types/react/index.d.ts:2618
in2
• Optional
in2: string
| number
Inherited from
SVGProps.in2
Defined in
node_modules/@types/react/index.d.ts:2617
intercept
• Optional
intercept: string
| number
Inherited from
SVGProps.intercept
Defined in
node_modules/@types/react/index.d.ts:2619
k
• Optional
k: string
| number
Inherited from
SVGProps.k
Defined in
node_modules/@types/react/index.d.ts:2624
k1
• Optional
k1: string
| number
Inherited from
SVGProps.k1
Defined in
node_modules/@types/react/index.d.ts:2620
k2
• Optional
k2: string
| number
Inherited from
SVGProps.k2
Defined in
node_modules/@types/react/index.d.ts:2621
k3
• Optional
k3: string
| number
Inherited from
SVGProps.k3
Defined in
node_modules/@types/react/index.d.ts:2622
k4
• Optional
k4: string
| number
Inherited from
SVGProps.k4
Defined in
node_modules/@types/react/index.d.ts:2623
kernelMatrix
• Optional
kernelMatrix: string
| number
Inherited from
SVGProps.kernelMatrix
Defined in
node_modules/@types/react/index.d.ts:2625
kernelUnitLength
• Optional
kernelUnitLength: string
| number
Inherited from
SVGProps.kernelUnitLength
Defined in
node_modules/@types/react/index.d.ts:2626
kerning
• Optional
kerning: string
| number
Inherited from
SVGProps.kerning
Defined in
node_modules/@types/react/index.d.ts:2627
key
• Optional
key: null
| Key
Inherited from
SVGProps.key
Defined in
node_modules/@types/react/index.d.ts:131
keyPoints
• Optional
keyPoints: string
| number
Inherited from
SVGProps.keyPoints
Defined in
node_modules/@types/react/index.d.ts:2628
keySplines
• Optional
keySplines: string
| number
Inherited from
SVGProps.keySplines
Defined in
node_modules/@types/react/index.d.ts:2629
keyTimes
• Optional
keyTimes: string
| number
Inherited from
SVGProps.keyTimes
Defined in
node_modules/@types/react/index.d.ts:2630
lang
• Optional
lang: string
Inherited from
SVGProps.lang
Defined in
node_modules/@types/react/index.d.ts:2512
lengthAdjust
• Optional
lengthAdjust: string
| number
Inherited from
SVGProps.lengthAdjust
Defined in
node_modules/@types/react/index.d.ts:2631
letterSpacing
• Optional
letterSpacing: string
| number
Inherited from
SVGProps.letterSpacing
Defined in
node_modules/@types/react/index.d.ts:2632
lightingColor
• Optional
lightingColor: string
| number
Inherited from
SVGProps.lightingColor
Defined in
node_modules/@types/react/index.d.ts:2633
limitingConeAngle
• Optional
limitingConeAngle: string
| number
Inherited from
SVGProps.limitingConeAngle
Defined in
node_modules/@types/react/index.d.ts:2634
local
• Optional
local: string
| number
Inherited from
SVGProps.local
Defined in
node_modules/@types/react/index.d.ts:2635
markerEnd
• Optional
markerEnd: string
Inherited from
SVGProps.markerEnd
Defined in
node_modules/@types/react/index.d.ts:2636
markerHeight
• Optional
markerHeight: string
| number
Inherited from
SVGProps.markerHeight
Defined in
node_modules/@types/react/index.d.ts:2637
markerMid
• Optional
markerMid: string
Inherited from
SVGProps.markerMid
Defined in
node_modules/@types/react/index.d.ts:2638
markerStart
• Optional
markerStart: string
Inherited from
SVGProps.markerStart
Defined in
node_modules/@types/react/index.d.ts:2639
markerUnits
• Optional
markerUnits: string
| number
Inherited from
SVGProps.markerUnits
Defined in
node_modules/@types/react/index.d.ts:2640
markerWidth
• Optional
markerWidth: string
| number
Inherited from
SVGProps.markerWidth
Defined in
node_modules/@types/react/index.d.ts:2641
mask
• Optional
mask: string
Inherited from
SVGProps.mask
Defined in
node_modules/@types/react/index.d.ts:2642
maskContentUnits
• Optional
maskContentUnits: string
| number
Inherited from
SVGProps.maskContentUnits
Defined in
node_modules/@types/react/index.d.ts:2643
maskUnits
• Optional
maskUnits: string
| number
Inherited from
SVGProps.maskUnits
Defined in
node_modules/@types/react/index.d.ts:2644
mathematical
• Optional
mathematical: string
| number
Inherited from
SVGProps.mathematical
Defined in
node_modules/@types/react/index.d.ts:2645
max
• Optional
max: string
| number
Inherited from
SVGProps.max
Defined in
node_modules/@types/react/index.d.ts:2513
media
• Optional
media: string
Inherited from
SVGProps.media
Defined in
node_modules/@types/react/index.d.ts:2514
method
• Optional
method: string
Inherited from
SVGProps.method
Defined in
node_modules/@types/react/index.d.ts:2515
min
• Optional
min: string
| number
Inherited from
SVGProps.min
Defined in
node_modules/@types/react/index.d.ts:2516
mode
• Optional
mode: string
| number
Inherited from
SVGProps.mode
Defined in
node_modules/@types/react/index.d.ts:2646
name
• Optional
name: string
Inherited from
SVGProps.name
Defined in
node_modules/@types/react/index.d.ts:2517
numOctaves
• Optional
numOctaves: string
| number
Inherited from
SVGProps.numOctaves
Defined in
node_modules/@types/react/index.d.ts:2647
offset
• Optional
offset: string
| number
Inherited from
SVGProps.offset
Defined in
node_modules/@types/react/index.d.ts:2648
onAbort
• Optional
onAbort: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onAbort
Defined in
node_modules/@types/react/index.d.ts:1431
onAbortCapture
• Optional
onAbortCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onAbortCapture
Defined in
node_modules/@types/react/index.d.ts:1432
onAnimationEnd
• Optional
onAnimationEnd: AnimationEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onAnimationEnd
Defined in
node_modules/@types/react/index.d.ts:1561
onAnimationEndCapture
• Optional
onAnimationEndCapture: AnimationEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onAnimationEndCapture
Defined in
node_modules/@types/react/index.d.ts:1562
onAnimationIteration
• Optional
onAnimationIteration: AnimationEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onAnimationIteration
Defined in
node_modules/@types/react/index.d.ts:1563
onAnimationIterationCapture
• Optional
onAnimationIterationCapture: AnimationEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onAnimationIterationCapture
Defined in
node_modules/@types/react/index.d.ts:1564
onAnimationStart
• Optional
onAnimationStart: AnimationEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onAnimationStart
Defined in
node_modules/@types/react/index.d.ts:1559
onAnimationStartCapture
• Optional
onAnimationStartCapture: AnimationEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onAnimationStartCapture
Defined in
node_modules/@types/react/index.d.ts:1560
onAuxClick
• Optional
onAuxClick: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onAuxClick
Defined in
node_modules/@types/react/index.d.ts:1477
onAuxClickCapture
• Optional
onAuxClickCapture: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onAuxClickCapture
Defined in
node_modules/@types/react/index.d.ts:1478
onBeforeInput
• Optional
onBeforeInput: FormEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onBeforeInput
Defined in
node_modules/@types/react/index.d.ts:1403
onBeforeInputCapture
• Optional
onBeforeInputCapture: FormEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onBeforeInputCapture
Defined in
node_modules/@types/react/index.d.ts:1404
onBlur
• Optional
onBlur: FocusEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onBlur
Defined in
node_modules/@types/react/index.d.ts:1397
onBlurCapture
• Optional
onBlurCapture: FocusEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onBlurCapture
Defined in
node_modules/@types/react/index.d.ts:1398
onCanPlay
• Optional
onCanPlay: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onCanPlay
Defined in
node_modules/@types/react/index.d.ts:1433
onCanPlayCapture
• Optional
onCanPlayCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onCanPlayCapture
Defined in
node_modules/@types/react/index.d.ts:1434
onCanPlayThrough
• Optional
onCanPlayThrough: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onCanPlayThrough
Defined in
node_modules/@types/react/index.d.ts:1435
onCanPlayThroughCapture
• Optional
onCanPlayThroughCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onCanPlayThroughCapture
Defined in
node_modules/@types/react/index.d.ts:1436
onChange
• Optional
onChange: FormEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onChange
Defined in
node_modules/@types/react/index.d.ts:1401
onChangeCapture
• Optional
onChangeCapture: FormEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onChangeCapture
Defined in
node_modules/@types/react/index.d.ts:1402
onClick
• Optional
onClick: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onClick
Defined in
node_modules/@types/react/index.d.ts:1479
onClickCapture
• Optional
onClickCapture: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onClickCapture
Defined in
node_modules/@types/react/index.d.ts:1480
onCompositionEnd
• Optional
onCompositionEnd: CompositionEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onCompositionEnd
Defined in
node_modules/@types/react/index.d.ts:1387
onCompositionEndCapture
• Optional
onCompositionEndCapture: CompositionEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onCompositionEndCapture
Defined in
node_modules/@types/react/index.d.ts:1388
onCompositionStart
• Optional
onCompositionStart: CompositionEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onCompositionStart
Defined in
node_modules/@types/react/index.d.ts:1389
onCompositionStartCapture
• Optional
onCompositionStartCapture: CompositionEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onCompositionStartCapture
Defined in
node_modules/@types/react/index.d.ts:1390
onCompositionUpdate
• Optional
onCompositionUpdate: CompositionEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onCompositionUpdate
Defined in
node_modules/@types/react/index.d.ts:1391
onCompositionUpdateCapture
• Optional
onCompositionUpdateCapture: CompositionEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onCompositionUpdateCapture
Defined in
node_modules/@types/react/index.d.ts:1392
onContextMenu
• Optional
onContextMenu: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onContextMenu
Defined in
node_modules/@types/react/index.d.ts:1481
onContextMenuCapture
• Optional
onContextMenuCapture: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onContextMenuCapture
Defined in
node_modules/@types/react/index.d.ts:1482
onCopy
• Optional
onCopy: ClipboardEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onCopy
Defined in
node_modules/@types/react/index.d.ts:1379
onCopyCapture
• Optional
onCopyCapture: ClipboardEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onCopyCapture
Defined in
node_modules/@types/react/index.d.ts:1380
onCut
• Optional
onCut: ClipboardEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onCut
Defined in
node_modules/@types/react/index.d.ts:1381
onCutCapture
• Optional
onCutCapture: ClipboardEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onCutCapture
Defined in
node_modules/@types/react/index.d.ts:1382
onDoubleClick
• Optional
onDoubleClick: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDoubleClick
Defined in
node_modules/@types/react/index.d.ts:1483
onDoubleClickCapture
• Optional
onDoubleClickCapture: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDoubleClickCapture
Defined in
node_modules/@types/react/index.d.ts:1484
onDrag
• Optional
onDrag: DragEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDrag
Defined in
node_modules/@types/react/index.d.ts:1485
onDragCapture
• Optional
onDragCapture: DragEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDragCapture
Defined in
node_modules/@types/react/index.d.ts:1486
onDragEnd
• Optional
onDragEnd: DragEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDragEnd
Defined in
node_modules/@types/react/index.d.ts:1487
onDragEndCapture
• Optional
onDragEndCapture: DragEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDragEndCapture
Defined in
node_modules/@types/react/index.d.ts:1488
onDragEnter
• Optional
onDragEnter: DragEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDragEnter
Defined in
node_modules/@types/react/index.d.ts:1489
onDragEnterCapture
• Optional
onDragEnterCapture: DragEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDragEnterCapture
Defined in
node_modules/@types/react/index.d.ts:1490
onDragExit
• Optional
onDragExit: DragEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDragExit
Defined in
node_modules/@types/react/index.d.ts:1491
onDragExitCapture
• Optional
onDragExitCapture: DragEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDragExitCapture
Defined in
node_modules/@types/react/index.d.ts:1492
onDragLeave
• Optional
onDragLeave: DragEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDragLeave
Defined in
node_modules/@types/react/index.d.ts:1493
onDragLeaveCapture
• Optional
onDragLeaveCapture: DragEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDragLeaveCapture
Defined in
node_modules/@types/react/index.d.ts:1494
onDragOver
• Optional
onDragOver: DragEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDragOver
Defined in
node_modules/@types/react/index.d.ts:1495
onDragOverCapture
• Optional
onDragOverCapture: DragEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDragOverCapture
Defined in
node_modules/@types/react/index.d.ts:1496
onDragStart
• Optional
onDragStart: DragEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDragStart
Defined in
node_modules/@types/react/index.d.ts:1497
onDragStartCapture
• Optional
onDragStartCapture: DragEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDragStartCapture
Defined in
node_modules/@types/react/index.d.ts:1498
onDrop
• Optional
onDrop: DragEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDrop
Defined in
node_modules/@types/react/index.d.ts:1499
onDropCapture
• Optional
onDropCapture: DragEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDropCapture
Defined in
node_modules/@types/react/index.d.ts:1500
onDurationChange
• Optional
onDurationChange: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDurationChange
Defined in
node_modules/@types/react/index.d.ts:1437
onDurationChangeCapture
• Optional
onDurationChangeCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onDurationChangeCapture
Defined in
node_modules/@types/react/index.d.ts:1438
onEmptied
• Optional
onEmptied: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onEmptied
Defined in
node_modules/@types/react/index.d.ts:1439
onEmptiedCapture
• Optional
onEmptiedCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onEmptiedCapture
Defined in
node_modules/@types/react/index.d.ts:1440
onEncrypted
• Optional
onEncrypted: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onEncrypted
Defined in
node_modules/@types/react/index.d.ts:1441
onEncryptedCapture
• Optional
onEncryptedCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onEncryptedCapture
Defined in
node_modules/@types/react/index.d.ts:1442
onEnded
• Optional
onEnded: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onEnded
Defined in
node_modules/@types/react/index.d.ts:1443
onEndedCapture
• Optional
onEndedCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onEndedCapture
Defined in
node_modules/@types/react/index.d.ts:1444
onError
• Optional
onError: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onError
Defined in
node_modules/@types/react/index.d.ts:1417
onErrorCapture
• Optional
onErrorCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onErrorCapture
Defined in
node_modules/@types/react/index.d.ts:1418
onFocus
• Optional
onFocus: FocusEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onFocus
Defined in
node_modules/@types/react/index.d.ts:1395
onFocusCapture
• Optional
onFocusCapture: FocusEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onFocusCapture
Defined in
node_modules/@types/react/index.d.ts:1396
onGotPointerCapture
• Optional
onGotPointerCapture: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onGotPointerCapture
Defined in
node_modules/@types/react/index.d.ts:1545
onGotPointerCaptureCapture
• Optional
onGotPointerCaptureCapture: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onGotPointerCaptureCapture
Defined in
node_modules/@types/react/index.d.ts:1546
onInput
• Optional
onInput: FormEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onInput
Defined in
node_modules/@types/react/index.d.ts:1405
onInputCapture
• Optional
onInputCapture: FormEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onInputCapture
Defined in
node_modules/@types/react/index.d.ts:1406
onInvalid
• Optional
onInvalid: FormEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onInvalid
Defined in
node_modules/@types/react/index.d.ts:1411
onInvalidCapture
• Optional
onInvalidCapture: FormEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onInvalidCapture
Defined in
node_modules/@types/react/index.d.ts:1412
onKeyDown
• Optional
onKeyDown: KeyboardEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onKeyDown
Defined in
node_modules/@types/react/index.d.ts:1421
onKeyDownCapture
• Optional
onKeyDownCapture: KeyboardEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onKeyDownCapture
Defined in
node_modules/@types/react/index.d.ts:1422
onKeyPress
• Optional
onKeyPress: KeyboardEventHandler
<SVGSVGElement
>
deprecated
Inherited from
SVGProps.onKeyPress
Defined in
node_modules/@types/react/index.d.ts:1424
onKeyPressCapture
• Optional
onKeyPressCapture: KeyboardEventHandler
<SVGSVGElement
>
deprecated
Inherited from
SVGProps.onKeyPressCapture
Defined in
node_modules/@types/react/index.d.ts:1426
onKeyUp
• Optional
onKeyUp: KeyboardEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onKeyUp
Defined in
node_modules/@types/react/index.d.ts:1427
onKeyUpCapture
• Optional
onKeyUpCapture: KeyboardEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onKeyUpCapture
Defined in
node_modules/@types/react/index.d.ts:1428
onLoad
• Optional
onLoad: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onLoad
Defined in
node_modules/@types/react/index.d.ts:1415
onLoadCapture
• Optional
onLoadCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onLoadCapture
Defined in
node_modules/@types/react/index.d.ts:1416
onLoadStart
• Optional
onLoadStart: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onLoadStart
Defined in
node_modules/@types/react/index.d.ts:1449
onLoadStartCapture
• Optional
onLoadStartCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onLoadStartCapture
Defined in
node_modules/@types/react/index.d.ts:1450
onLoadedData
• Optional
onLoadedData: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onLoadedData
Defined in
node_modules/@types/react/index.d.ts:1445
onLoadedDataCapture
• Optional
onLoadedDataCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onLoadedDataCapture
Defined in
node_modules/@types/react/index.d.ts:1446
onLoadedMetadata
• Optional
onLoadedMetadata: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onLoadedMetadata
Defined in
node_modules/@types/react/index.d.ts:1447
onLoadedMetadataCapture
• Optional
onLoadedMetadataCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onLoadedMetadataCapture
Defined in
node_modules/@types/react/index.d.ts:1448
onLostPointerCapture
• Optional
onLostPointerCapture: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onLostPointerCapture
Defined in
node_modules/@types/react/index.d.ts:1547
onLostPointerCaptureCapture
• Optional
onLostPointerCaptureCapture: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onLostPointerCaptureCapture
Defined in
node_modules/@types/react/index.d.ts:1548
onMouseDown
• Optional
onMouseDown: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onMouseDown
Defined in
node_modules/@types/react/index.d.ts:1501
onMouseDownCapture
• Optional
onMouseDownCapture: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onMouseDownCapture
Defined in
node_modules/@types/react/index.d.ts:1502
onMouseEnter
• Optional
onMouseEnter: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onMouseEnter
Defined in
node_modules/@types/react/index.d.ts:1503
onMouseLeave
• Optional
onMouseLeave: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onMouseLeave
Defined in
node_modules/@types/react/index.d.ts:1504
onMouseMove
• Optional
onMouseMove: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onMouseMove
Defined in
node_modules/@types/react/index.d.ts:1505
onMouseMoveCapture
• Optional
onMouseMoveCapture: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onMouseMoveCapture
Defined in
node_modules/@types/react/index.d.ts:1506
onMouseOut
• Optional
onMouseOut: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onMouseOut
Defined in
node_modules/@types/react/index.d.ts:1507
onMouseOutCapture
• Optional
onMouseOutCapture: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onMouseOutCapture
Defined in
node_modules/@types/react/index.d.ts:1508
onMouseOver
• Optional
onMouseOver: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onMouseOver
Defined in
node_modules/@types/react/index.d.ts:1509
onMouseOverCapture
• Optional
onMouseOverCapture: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onMouseOverCapture
Defined in
node_modules/@types/react/index.d.ts:1510
onMouseUp
• Optional
onMouseUp: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onMouseUp
Defined in
node_modules/@types/react/index.d.ts:1511
onMouseUpCapture
• Optional
onMouseUpCapture: MouseEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onMouseUpCapture
Defined in
node_modules/@types/react/index.d.ts:1512
onPaste
• Optional
onPaste: ClipboardEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPaste
Defined in
node_modules/@types/react/index.d.ts:1383
onPasteCapture
• Optional
onPasteCapture: ClipboardEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPasteCapture
Defined in
node_modules/@types/react/index.d.ts:1384
onPause
• Optional
onPause: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPause
Defined in
node_modules/@types/react/index.d.ts:1451
onPauseCapture
• Optional
onPauseCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPauseCapture
Defined in
node_modules/@types/react/index.d.ts:1452
onPlay
• Optional
onPlay: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPlay
Defined in
node_modules/@types/react/index.d.ts:1453
onPlayCapture
• Optional
onPlayCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPlayCapture
Defined in
node_modules/@types/react/index.d.ts:1454
onPlaying
• Optional
onPlaying: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPlaying
Defined in
node_modules/@types/react/index.d.ts:1455
onPlayingCapture
• Optional
onPlayingCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPlayingCapture
Defined in
node_modules/@types/react/index.d.ts:1456
onPointerCancel
• Optional
onPointerCancel: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPointerCancel
Defined in
node_modules/@types/react/index.d.ts:1535
onPointerCancelCapture
• Optional
onPointerCancelCapture: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPointerCancelCapture
Defined in
node_modules/@types/react/index.d.ts:1536
onPointerDown
• Optional
onPointerDown: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPointerDown
Defined in
node_modules/@types/react/index.d.ts:1529
onPointerDownCapture
• Optional
onPointerDownCapture: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPointerDownCapture
Defined in
node_modules/@types/react/index.d.ts:1530
onPointerEnter
• Optional
onPointerEnter: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPointerEnter
Defined in
node_modules/@types/react/index.d.ts:1537
onPointerEnterCapture
• Optional
onPointerEnterCapture: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPointerEnterCapture
Defined in
node_modules/@types/react/index.d.ts:1538
onPointerLeave
• Optional
onPointerLeave: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPointerLeave
Defined in
node_modules/@types/react/index.d.ts:1539
onPointerLeaveCapture
• Optional
onPointerLeaveCapture: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPointerLeaveCapture
Defined in
node_modules/@types/react/index.d.ts:1540
onPointerMove
• Optional
onPointerMove: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPointerMove
Defined in
node_modules/@types/react/index.d.ts:1531
onPointerMoveCapture
• Optional
onPointerMoveCapture: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPointerMoveCapture
Defined in
node_modules/@types/react/index.d.ts:1532
onPointerOut
• Optional
onPointerOut: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPointerOut
Defined in
node_modules/@types/react/index.d.ts:1543
onPointerOutCapture
• Optional
onPointerOutCapture: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPointerOutCapture
Defined in
node_modules/@types/react/index.d.ts:1544
onPointerOver
• Optional
onPointerOver: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPointerOver
Defined in
node_modules/@types/react/index.d.ts:1541
onPointerOverCapture
• Optional
onPointerOverCapture: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPointerOverCapture
Defined in
node_modules/@types/react/index.d.ts:1542
onPointerUp
• Optional
onPointerUp: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPointerUp
Defined in
node_modules/@types/react/index.d.ts:1533
onPointerUpCapture
• Optional
onPointerUpCapture: PointerEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onPointerUpCapture
Defined in
node_modules/@types/react/index.d.ts:1534
onProgress
• Optional
onProgress: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onProgress
Defined in
node_modules/@types/react/index.d.ts:1457
onProgressCapture
• Optional
onProgressCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onProgressCapture
Defined in
node_modules/@types/react/index.d.ts:1458
onRateChange
• Optional
onRateChange: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onRateChange
Defined in
node_modules/@types/react/index.d.ts:1459
onRateChangeCapture
• Optional
onRateChangeCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onRateChangeCapture
Defined in
node_modules/@types/react/index.d.ts:1460
onReset
• Optional
onReset: FormEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onReset
Defined in
node_modules/@types/react/index.d.ts:1407
onResetCapture
• Optional
onResetCapture: FormEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onResetCapture
Defined in
node_modules/@types/react/index.d.ts:1408
onScroll
• Optional
onScroll: UIEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onScroll
Defined in
node_modules/@types/react/index.d.ts:1551
onScrollCapture
• Optional
onScrollCapture: UIEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onScrollCapture
Defined in
node_modules/@types/react/index.d.ts:1552
onSeeked
• Optional
onSeeked: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onSeeked
Defined in
node_modules/@types/react/index.d.ts:1461
onSeekedCapture
• Optional
onSeekedCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onSeekedCapture
Defined in
node_modules/@types/react/index.d.ts:1462
onSeeking
• Optional
onSeeking: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onSeeking
Defined in
node_modules/@types/react/index.d.ts:1463
onSeekingCapture
• Optional
onSeekingCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onSeekingCapture
Defined in
node_modules/@types/react/index.d.ts:1464
onSelect
• Optional
onSelect: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onSelect
Defined in
node_modules/@types/react/index.d.ts:1515
onSelectCapture
• Optional
onSelectCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onSelectCapture
Defined in
node_modules/@types/react/index.d.ts:1516
onStalled
• Optional
onStalled: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onStalled
Defined in
node_modules/@types/react/index.d.ts:1465
onStalledCapture
• Optional
onStalledCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onStalledCapture
Defined in
node_modules/@types/react/index.d.ts:1466
onSubmit
• Optional
onSubmit: FormEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onSubmit
Defined in
node_modules/@types/react/index.d.ts:1409
onSubmitCapture
• Optional
onSubmitCapture: FormEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onSubmitCapture
Defined in
node_modules/@types/react/index.d.ts:1410
onSuspend
• Optional
onSuspend: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onSuspend
Defined in
node_modules/@types/react/index.d.ts:1467
onSuspendCapture
• Optional
onSuspendCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onSuspendCapture
Defined in
node_modules/@types/react/index.d.ts:1468
onTimeUpdate
• Optional
onTimeUpdate: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onTimeUpdate
Defined in
node_modules/@types/react/index.d.ts:1469
onTimeUpdateCapture
• Optional
onTimeUpdateCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onTimeUpdateCapture
Defined in
node_modules/@types/react/index.d.ts:1470
onTouchCancel
• Optional
onTouchCancel: TouchEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onTouchCancel
Defined in
node_modules/@types/react/index.d.ts:1519
onTouchCancelCapture
• Optional
onTouchCancelCapture: TouchEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onTouchCancelCapture
Defined in
node_modules/@types/react/index.d.ts:1520
onTouchEnd
• Optional
onTouchEnd: TouchEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onTouchEnd
Defined in
node_modules/@types/react/index.d.ts:1521
onTouchEndCapture
• Optional
onTouchEndCapture: TouchEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onTouchEndCapture
Defined in
node_modules/@types/react/index.d.ts:1522
onTouchMove
• Optional
onTouchMove: TouchEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onTouchMove
Defined in
node_modules/@types/react/index.d.ts:1523
onTouchMoveCapture
• Optional
onTouchMoveCapture: TouchEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onTouchMoveCapture
Defined in
node_modules/@types/react/index.d.ts:1524
onTouchStart
• Optional
onTouchStart: TouchEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onTouchStart
Defined in
node_modules/@types/react/index.d.ts:1525
onTouchStartCapture
• Optional
onTouchStartCapture: TouchEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onTouchStartCapture
Defined in
node_modules/@types/react/index.d.ts:1526
onTransitionEnd
• Optional
onTransitionEnd: TransitionEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onTransitionEnd
Defined in
node_modules/@types/react/index.d.ts:1567
onTransitionEndCapture
• Optional
onTransitionEndCapture: TransitionEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onTransitionEndCapture
Defined in
node_modules/@types/react/index.d.ts:1568
onVolumeChange
• Optional
onVolumeChange: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onVolumeChange
Defined in
node_modules/@types/react/index.d.ts:1471
onVolumeChangeCapture
• Optional
onVolumeChangeCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onVolumeChangeCapture
Defined in
node_modules/@types/react/index.d.ts:1472
onWaiting
• Optional
onWaiting: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onWaiting
Defined in
node_modules/@types/react/index.d.ts:1473
onWaitingCapture
• Optional
onWaitingCapture: ReactEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onWaitingCapture
Defined in
node_modules/@types/react/index.d.ts:1474
onWheel
• Optional
onWheel: WheelEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onWheel
Defined in
node_modules/@types/react/index.d.ts:1555
onWheelCapture
• Optional
onWheelCapture: WheelEventHandler
<SVGSVGElement
>
Inherited from
SVGProps.onWheelCapture
Defined in
node_modules/@types/react/index.d.ts:1556
opacity
• Optional
opacity: string
| number
Inherited from
SVGProps.opacity
Defined in
node_modules/@types/react/index.d.ts:2649
operator
• Optional
operator: string
| number
Inherited from
SVGProps.operator
Defined in
node_modules/@types/react/index.d.ts:2650
order
• Optional
order: string
| number
Inherited from
SVGProps.order
Defined in
node_modules/@types/react/index.d.ts:2651
orient
• Optional
orient: string
| number
Inherited from
SVGProps.orient
Defined in
node_modules/@types/react/index.d.ts:2652
orientation
• Optional
orientation: string
| number
Inherited from
SVGProps.orientation
Defined in
node_modules/@types/react/index.d.ts:2653
origin
• Optional
origin: string
| number
Inherited from
SVGProps.origin
Defined in
node_modules/@types/react/index.d.ts:2654
overflow
• Optional
overflow: string
| number
Inherited from
SVGProps.overflow
Defined in
node_modules/@types/react/index.d.ts:2655
overlinePosition
• Optional
overlinePosition: string
| number
Inherited from
SVGProps.overlinePosition
Defined in
node_modules/@types/react/index.d.ts:2656
overlineThickness
• Optional
overlineThickness: string
| number
Inherited from
SVGProps.overlineThickness
Defined in
node_modules/@types/react/index.d.ts:2657
paintOrder
• Optional
paintOrder: string
| number
Inherited from
SVGProps.paintOrder
Defined in
node_modules/@types/react/index.d.ts:2658
panose1
• Optional
panose1: string
| number
Inherited from
SVGProps.panose1
Defined in
node_modules/@types/react/index.d.ts:2659
path
• Optional
path: string
Inherited from
SVGProps.path
Defined in
node_modules/@types/react/index.d.ts:2660
pathLength
• Optional
pathLength: string
| number
Inherited from
SVGProps.pathLength
Defined in
node_modules/@types/react/index.d.ts:2661
patternContentUnits
• Optional
patternContentUnits: string
Inherited from
SVGProps.patternContentUnits
Defined in
node_modules/@types/react/index.d.ts:2662
patternTransform
• Optional
patternTransform: string
| number
Inherited from
SVGProps.patternTransform
Defined in
node_modules/@types/react/index.d.ts:2663
patternUnits
• Optional
patternUnits: string
Inherited from
SVGProps.patternUnits
Defined in
node_modules/@types/react/index.d.ts:2664
point
• point: Point
Defined in
src/components/GeoJson/types.ts:17
pointerEvents
• Optional
pointerEvents: string
| number
Inherited from
SVGProps.pointerEvents
Defined in
node_modules/@types/react/index.d.ts:2665
points
• Optional
points: string
Inherited from
SVGProps.points
Defined in
node_modules/@types/react/index.d.ts:2666
pointsAtX
• Optional
pointsAtX: string
| number
Inherited from
SVGProps.pointsAtX
Defined in
node_modules/@types/react/index.d.ts:2667
pointsAtY
• Optional
pointsAtY: string
| number
Inherited from
SVGProps.pointsAtY
Defined in
node_modules/@types/react/index.d.ts:2668
pointsAtZ
• Optional
pointsAtZ: string
| number
Inherited from
SVGProps.pointsAtZ
Defined in
node_modules/@types/react/index.d.ts:2669
preserveAlpha
• Optional
preserveAlpha: Booleanish
Inherited from
SVGProps.preserveAlpha
Defined in
node_modules/@types/react/index.d.ts:2670
preserveAspectRatio
• Optional
preserveAspectRatio: string
Inherited from
SVGProps.preserveAspectRatio
Defined in
node_modules/@types/react/index.d.ts:2671
primitiveUnits
• Optional
primitiveUnits: string
| number
Inherited from
SVGProps.primitiveUnits
Defined in
node_modules/@types/react/index.d.ts:2672
r
• Optional
r: string
| number
Inherited from
SVGProps.r
Defined in
node_modules/@types/react/index.d.ts:2673
radius
• Optional
radius: string
| number
Inherited from
SVGProps.radius
Defined in
node_modules/@types/react/index.d.ts:2674
ref
• Optional
ref: LegacyRef
<SVGSVGElement
>
Inherited from
SVGProps.ref
Defined in
node_modules/@types/react/index.d.ts:137
refX
• Optional
refX: string
| number
Inherited from
SVGProps.refX
Defined in
node_modules/@types/react/index.d.ts:2675
refY
• Optional
refY: string
| number
Inherited from
SVGProps.refY
Defined in
node_modules/@types/react/index.d.ts:2676
renderingIntent
• Optional
renderingIntent: string
| number
Inherited from
SVGProps.renderingIntent
Defined in
node_modules/@types/react/index.d.ts:2677
repeatCount
• Optional
repeatCount: string
| number
Inherited from
SVGProps.repeatCount
Defined in
node_modules/@types/react/index.d.ts:2678
repeatDur
• Optional
repeatDur: string
| number
Inherited from
SVGProps.repeatDur
Defined in
node_modules/@types/react/index.d.ts:2679
requiredExtensions
• Optional
requiredExtensions: string
| number
Inherited from
SVGProps.requiredExtensions
Defined in
node_modules/@types/react/index.d.ts:2680
requiredFeatures
• Optional
requiredFeatures: string
| number
Inherited from
SVGProps.requiredFeatures
Defined in
node_modules/@types/react/index.d.ts:2681
restart
• Optional
restart: string
| number
Inherited from
SVGProps.restart
Defined in
node_modules/@types/react/index.d.ts:2682
result
• Optional
result: string
Inherited from
SVGProps.result
Defined in
node_modules/@types/react/index.d.ts:2683
role
• Optional
role: AriaRole
Inherited from
SVGProps.role
Defined in
node_modules/@types/react/index.d.ts:2524
rotate
• Optional
rotate: string
| number
Inherited from
SVGProps.rotate
Defined in
node_modules/@types/react/index.d.ts:2684
rx
• Optional
rx: string
| number
Inherited from
SVGProps.rx
Defined in
node_modules/@types/react/index.d.ts:2685
ry
• Optional
ry: string
| number
Inherited from
SVGProps.ry
Defined in
node_modules/@types/react/index.d.ts:2686
scale
• Optional
scale: string
| number
Inherited from
SVGProps.scale
Defined in
node_modules/@types/react/index.d.ts:2687
seed
• Optional
seed: string
| number
Inherited from
SVGProps.seed
Defined in
node_modules/@types/react/index.d.ts:2688
shapeRendering
• Optional
shapeRendering: string
| number
Inherited from
SVGProps.shapeRendering
Defined in
node_modules/@types/react/index.d.ts:2689
slope
• Optional
slope: string
| number
Inherited from
SVGProps.slope
Defined in
node_modules/@types/react/index.d.ts:2690
spacing
• Optional
spacing: string
| number
Inherited from
SVGProps.spacing
Defined in
node_modules/@types/react/index.d.ts:2691
specularConstant
• Optional
specularConstant: string
| number
Inherited from
SVGProps.specularConstant
Defined in
node_modules/@types/react/index.d.ts:2692
specularExponent
• Optional
specularExponent: string
| number
Inherited from
SVGProps.specularExponent
Defined in
node_modules/@types/react/index.d.ts:2693
speed
• Optional
speed: string
| number
Inherited from
SVGProps.speed
Defined in
node_modules/@types/react/index.d.ts:2694
spreadMethod
• Optional
spreadMethod: string
Inherited from
SVGProps.spreadMethod
Defined in
node_modules/@types/react/index.d.ts:2695
startOffset
• Optional
startOffset: string
| number
Inherited from
SVGProps.startOffset
Defined in
node_modules/@types/react/index.d.ts:2696
stdDeviation
• Optional
stdDeviation: string
| number
Inherited from
SVGProps.stdDeviation
Defined in
node_modules/@types/react/index.d.ts:2697
stemh
• Optional
stemh: string
| number
Inherited from
SVGProps.stemh
Defined in
node_modules/@types/react/index.d.ts:2698
stemv
• Optional
stemv: string
| number
Inherited from
SVGProps.stemv
Defined in
node_modules/@types/react/index.d.ts:2699
stitchTiles
• Optional
stitchTiles: string
| number
Inherited from
SVGProps.stitchTiles
Defined in
node_modules/@types/react/index.d.ts:2700
stopColor
• Optional
stopColor: string
Inherited from
SVGProps.stopColor
Defined in
node_modules/@types/react/index.d.ts:2701
stopOpacity
• Optional
stopOpacity: string
| number
Inherited from
SVGProps.stopOpacity
Defined in
node_modules/@types/react/index.d.ts:2702
strikethroughPosition
• Optional
strikethroughPosition: string
| number
Inherited from
SVGProps.strikethroughPosition
Defined in
node_modules/@types/react/index.d.ts:2703
strikethroughThickness
• Optional
strikethroughThickness: string
| number
Inherited from
SVGProps.strikethroughThickness
Defined in
node_modules/@types/react/index.d.ts:2704
string
• Optional
string: string
| number
Inherited from
SVGProps.string
Defined in
node_modules/@types/react/index.d.ts:2705
stroke
• Optional
stroke: string
Inherited from
SVGProps.stroke
Defined in
node_modules/@types/react/index.d.ts:2706
strokeDasharray
• Optional
strokeDasharray: string
| number
Inherited from
SVGProps.strokeDasharray
Defined in
node_modules/@types/react/index.d.ts:2707
strokeDashoffset
• Optional
strokeDashoffset: string
| number
Inherited from
SVGProps.strokeDashoffset
Defined in
node_modules/@types/react/index.d.ts:2708
strokeLinecap
• Optional
strokeLinecap: "inherit"
| "round"
| "butt"
| "square"
Inherited from
SVGProps.strokeLinecap
Defined in
node_modules/@types/react/index.d.ts:2709
strokeLinejoin
• Optional
strokeLinejoin: "inherit"
| "round"
| "miter"
| "bevel"
Inherited from
SVGProps.strokeLinejoin
Defined in
node_modules/@types/react/index.d.ts:2710
strokeMiterlimit
• Optional
strokeMiterlimit: string
| number
Inherited from
SVGProps.strokeMiterlimit
Defined in
node_modules/@types/react/index.d.ts:2711
strokeOpacity
• Optional
strokeOpacity: string
| number
Inherited from
SVGProps.strokeOpacity
Defined in
node_modules/@types/react/index.d.ts:2712
strokeWidth
• Optional
strokeWidth: string
| number
Inherited from
SVGProps.strokeWidth
Defined in
node_modules/@types/react/index.d.ts:2713
style
• Optional
style: CSSProperties
Inherited from
SVGProps.style
Defined in
node_modules/@types/react/index.d.ts:2518
surfaceScale
• Optional
surfaceScale: string
| number
Inherited from
SVGProps.surfaceScale
Defined in
node_modules/@types/react/index.d.ts:2714
systemLanguage
• Optional
systemLanguage: string
| number
Inherited from
SVGProps.systemLanguage
Defined in
node_modules/@types/react/index.d.ts:2715
tabIndex
• Optional
tabIndex: number
Inherited from
SVGProps.tabIndex
Defined in
node_modules/@types/react/index.d.ts:2525
tableValues
• Optional
tableValues: string
| number
Inherited from
SVGProps.tableValues
Defined in
node_modules/@types/react/index.d.ts:2716
target
• Optional
target: string
Inherited from
SVGProps.target
Defined in
node_modules/@types/react/index.d.ts:2519
targetX
• Optional
targetX: string
| number
Inherited from
SVGProps.targetX
Defined in
node_modules/@types/react/index.d.ts:2717
targetY
• Optional
targetY: string
| number
Inherited from
SVGProps.targetY
Defined in
node_modules/@types/react/index.d.ts:2718
textAnchor
• Optional
textAnchor: string
Inherited from
SVGProps.textAnchor
Defined in
node_modules/@types/react/index.d.ts:2719
textDecoration
• Optional
textDecoration: string
| number
Inherited from
SVGProps.textDecoration
Defined in
node_modules/@types/react/index.d.ts:2720
textLength
• Optional
textLength: string
| number
Inherited from
SVGProps.textLength
Defined in
node_modules/@types/react/index.d.ts:2721
textRendering
• Optional
textRendering: string
| number
Inherited from
SVGProps.textRendering
Defined in
node_modules/@types/react/index.d.ts:2722
to
• Optional
to: string
| number
Inherited from
SVGProps.to
Defined in
node_modules/@types/react/index.d.ts:2723
transform
• Optional
transform: string
Inherited from
SVGProps.transform
Defined in
node_modules/@types/react/index.d.ts:2724
type
• Optional
type: string
Inherited from
SVGProps.type
Defined in
node_modules/@types/react/index.d.ts:2520
u1
• Optional
u1: string
| number
Inherited from
SVGProps.u1
Defined in
node_modules/@types/react/index.d.ts:2725
u2
• Optional
u2: string
| number
Inherited from
SVGProps.u2
Defined in
node_modules/@types/react/index.d.ts:2726
underlinePosition
• Optional
underlinePosition: string
| number
Inherited from
SVGProps.underlinePosition
Defined in
node_modules/@types/react/index.d.ts:2727
underlineThickness
• Optional
underlineThickness: string
| number
Inherited from
SVGProps.underlineThickness
Defined in
node_modules/@types/react/index.d.ts:2728
unicode
• Optional
unicode: string
| number
Inherited from
SVGProps.unicode
Defined in
node_modules/@types/react/index.d.ts:2729
unicodeBidi
• Optional
unicodeBidi: string
| number
Inherited from
SVGProps.unicodeBidi
Defined in
node_modules/@types/react/index.d.ts:2730
unicodeRange
• Optional
unicodeRange: string
| number
Inherited from
SVGProps.unicodeRange
Defined in
node_modules/@types/react/index.d.ts:2731
unitsPerEm
• Optional
unitsPerEm: string
| number
Inherited from
SVGProps.unitsPerEm
Defined in
node_modules/@types/react/index.d.ts:2732
vAlphabetic
• Optional
vAlphabetic: string
| number
Inherited from
SVGProps.vAlphabetic
Defined in
node_modules/@types/react/index.d.ts:2733
vHanging
• Optional
vHanging: string
| number
Inherited from
SVGProps.vHanging
Defined in
node_modules/@types/react/index.d.ts:2740
vIdeographic
• Optional
vIdeographic: string
| number
Inherited from
SVGProps.vIdeographic
Defined in
node_modules/@types/react/index.d.ts:2741
vMathematical
• Optional
vMathematical: string
| number
Inherited from
SVGProps.vMathematical
Defined in
node_modules/@types/react/index.d.ts:2745
values
• Optional
values: string
Inherited from
SVGProps.values
Defined in
node_modules/@types/react/index.d.ts:2734
vectorEffect
• Optional
vectorEffect: string
| number
Inherited from
SVGProps.vectorEffect
Defined in
node_modules/@types/react/index.d.ts:2735
version
• Optional
version: string
Inherited from
SVGProps.version
Defined in
node_modules/@types/react/index.d.ts:2736
vertAdvY
• Optional
vertAdvY: string
| number
Inherited from
SVGProps.vertAdvY
Defined in
node_modules/@types/react/index.d.ts:2737
vertOriginX
• Optional
vertOriginX: string
| number
Inherited from
SVGProps.vertOriginX
Defined in
node_modules/@types/react/index.d.ts:2738
vertOriginY
• Optional
vertOriginY: string
| number
Inherited from
SVGProps.vertOriginY
Defined in
node_modules/@types/react/index.d.ts:2739
viewBox
• Optional
viewBox: string
Inherited from
SVGProps.viewBox
Defined in
node_modules/@types/react/index.d.ts:2742
viewTarget
• Optional
viewTarget: string
| number
Inherited from
SVGProps.viewTarget
Defined in
node_modules/@types/react/index.d.ts:2743
visibility
• Optional
visibility: string
| number
Inherited from
SVGProps.visibility
Defined in
node_modules/@types/react/index.d.ts:2744
width
• Optional
width: string
| number
Inherited from
SVGProps.width
Defined in
node_modules/@types/react/index.d.ts:2521
widths
• Optional
widths: string
| number
Inherited from
SVGProps.widths
Defined in
node_modules/@types/react/index.d.ts:2746
wordSpacing
• Optional
wordSpacing: string
| number
Inherited from
SVGProps.wordSpacing
Defined in
node_modules/@types/react/index.d.ts:2747
writingMode
• Optional
writingMode: string
| number
Inherited from
SVGProps.writingMode
Defined in
node_modules/@types/react/index.d.ts:2748
x
• Optional
x: string
| number
Inherited from
SVGProps.x
Defined in
node_modules/@types/react/index.d.ts:2751
x1
• Optional
x1: string
| number
Inherited from
SVGProps.x1
Defined in
node_modules/@types/react/index.d.ts:2749
x2
• Optional
x2: string
| number
Inherited from
SVGProps.x2
Defined in
node_modules/@types/react/index.d.ts:2750
xChannelSelector
• Optional
xChannelSelector: string
Inherited from
SVGProps.xChannelSelector
Defined in
node_modules/@types/react/index.d.ts:2752
xHeight
• Optional
xHeight: string
| number
Inherited from
SVGProps.xHeight
Defined in
node_modules/@types/react/index.d.ts:2753
xlinkActuate
• Optional
xlinkActuate: string
Inherited from
SVGProps.xlinkActuate
Defined in
node_modules/@types/react/index.d.ts:2754
xlinkArcrole
• Optional
xlinkArcrole: string
Inherited from
SVGProps.xlinkArcrole
Defined in
node_modules/@types/react/index.d.ts:2755
xlinkHref
• Optional
xlinkHref: string
Inherited from
SVGProps.xlinkHref
Defined in
node_modules/@types/react/index.d.ts:2756
xlinkRole
• Optional
xlinkRole: string
Inherited from
SVGProps.xlinkRole
Defined in
node_modules/@types/react/index.d.ts:2757
xlinkShow
• Optional
xlinkShow: string
Inherited from
SVGProps.xlinkShow
Defined in
node_modules/@types/react/index.d.ts:2758
xlinkTitle
• Optional
xlinkTitle: string
Inherited from
SVGProps.xlinkTitle
Defined in
node_modules/@types/react/index.d.ts:2759
xlinkType
• Optional
xlinkType: string
Inherited from
SVGProps.xlinkType
Defined in
node_modules/@types/react/index.d.ts:2760
xmlBase
• Optional
xmlBase: string
Inherited from
SVGProps.xmlBase
Defined in
node_modules/@types/react/index.d.ts:2761
xmlLang
• Optional
xmlLang: string
Inherited from
SVGProps.xmlLang
Defined in
node_modules/@types/react/index.d.ts:2762
xmlSpace
• Optional
xmlSpace: string
Inherited from
SVGProps.xmlSpace
Defined in
node_modules/@types/react/index.d.ts:2765
xmlns
• Optional
xmlns: string
Inherited from
SVGProps.xmlns
Defined in
node_modules/@types/react/index.d.ts:2763
xmlnsXlink
• Optional
xmlnsXlink: string
Inherited from
SVGProps.xmlnsXlink
Defined in
node_modules/@types/react/index.d.ts:2764
y
• Optional
y: string
| number
Inherited from
SVGProps.y
Defined in
node_modules/@types/react/index.d.ts:2768
y1
• Optional
y1: string
| number
Inherited from
SVGProps.y1
Defined in
node_modules/@types/react/index.d.ts:2766
y2
• Optional
y2: string
| number
Inherited from
SVGProps.y2
Defined in
node_modules/@types/react/index.d.ts:2767
yChannelSelector
• Optional
yChannelSelector: string
Inherited from
SVGProps.yChannelSelector
Defined in
node_modules/@types/react/index.d.ts:2769
z
• Optional
z: string
| number
Inherited from
SVGProps.z
Defined in
node_modules/@types/react/index.d.ts:2770
zoomAndPan
• Optional
zoomAndPan: string
Inherited from
SVGProps.zoomAndPan
Defined in
node_modules/@types/react/index.d.ts:2771