Skip to main content
Go to Latest
interface SvgPropertiesFallback
import { type SvgPropertiesFallback } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";

Type Parameters

optional
TLength = string | 0

Properties

optional
clip: ClipProperty | ClipProperty[]
optional
clipPath: ClipPathProperty | ClipPathProperty[]
optional
clipRule: ClipRuleProperty | ClipRuleProperty[]
optional
color: ColorProperty | ColorProperty[]
optional
cursor: CursorProperty | CursorProperty[]
optional
direction: DirectionProperty | DirectionProperty[]
optional
display: DisplayProperty | DisplayProperty[]
optional
fill: FillProperty | FillProperty[]
optional
fillOpacity: GlobalsNumber | GlobalsNumber[]
optional
fillRule: FillRuleProperty | FillRuleProperty[]
optional
filter: FilterProperty | FilterProperty[]
optional
floodColor: FloodColorProperty | FloodColorProperty[]
optional
floodOpacity: GlobalsNumber | GlobalsNumber[]
optional
font: FontProperty | FontProperty[]
optional
fontFamily: FontFamilyProperty | FontFamilyProperty[]
optional
fontStretch: FontStretchProperty | FontStretchProperty[]
optional
fontStyle: FontStyleProperty | FontStyleProperty[]
optional
fontVariant: FontVariantProperty | FontVariantProperty[]
optional
fontWeight: FontWeightProperty | FontWeightProperty[]
optional
lightingColor: LightingColorProperty | LightingColorProperty[]
optional
marker: MarkerProperty | MarkerProperty[]
optional
markerEnd: MarkerEndProperty | MarkerEndProperty[]
optional
markerMid: MarkerMidProperty | MarkerMidProperty[]
optional
markerStart: MarkerStartProperty | MarkerStartProperty[]
optional
opacity: OpacityProperty | OpacityProperty[]
optional
overflow: OverflowProperty | OverflowProperty[]
optional
paintOrder: PaintOrderProperty | PaintOrderProperty[]
optional
pointerEvents: PointerEventsProperty | PointerEventsProperty[]
optional
stopColor: StopColorProperty | StopColorProperty[]
optional
stopOpacity: GlobalsNumber | GlobalsNumber[]
optional
stroke: StrokeProperty | StrokeProperty[]
optional
strokeLinecap: StrokeLinecapProperty | StrokeLinecapProperty[]
optional
strokeMiterlimit: GlobalsNumber | GlobalsNumber[]
optional
strokeOpacity: GlobalsNumber | GlobalsNumber[]
optional
textAnchor: TextAnchorProperty | TextAnchorProperty[]
optional
textRendering: TextRenderingProperty | TextRenderingProperty[]
optional
unicodeBidi: UnicodeBidiProperty | UnicodeBidiProperty[]
optional
vectorEffect: VectorEffectProperty | VectorEffectProperty[]
optional
visibility: VisibilityProperty | VisibilityProperty[]
optional
whiteSpace: WhiteSpaceProperty | WhiteSpaceProperty[]
optional
writingMode: WritingModeProperty | WritingModeProperty[]