@arcmantle/lit-jsx
Preparing search index...
shared/jsx-types
JSX
StylableSVGAttributes
Interface StylableSVGAttributes
interface
StylableSVGAttributes
{
class
?:
|
string
|
typeof
nothing
|
(
(
flag
:
void
)
=>
string
|
typeof
nothing
)
;
style
?:
|
string
|
typeof
nothing
|
CSSProperties
|
(
(
flag
:
void
)
=>
string
|
typeof
nothing
|
CSSProperties
)
;
}
Hierarchy (
View Summary
)
CanBeNothing
<
{
class
:
string
;
style
:
CSSProperties
|
string
}
>
StylableSVGAttributes
GradientElementSVGAttributes
CircleSVGAttributes
ClipPathSVGAttributes
DefsSVGAttributes
DescSVGAttributes
EllipseSVGAttributes
FeBlendSVGAttributes
FeColorMatrixSVGAttributes
FeComponentTransferSVGAttributes
FeCompositeSVGAttributes
FeConvolveMatrixSVGAttributes
FeDiffuseLightingSVGAttributes
FeDisplacementMapSVGAttributes
FeDropShadowSVGAttributes
FeFloodSVGAttributes
FeGaussianBlurSVGAttributes
FeImageSVGAttributes
FeMergeSVGAttributes
FeMorphologySVGAttributes
FeOffsetSVGAttributes
FeSpecularLightingSVGAttributes
FeTileSVGAttributes
FeTurbulanceSVGAttributes
FilterSVGAttributes
ForeignObjectSVGAttributes
GSVGAttributes
ImageSVGAttributes
LineSVGAttributes
MarkerSVGAttributes
MaskSVGAttributes
PathSVGAttributes
PatternSVGAttributes
PolygonSVGAttributes
PolylineSVGAttributes
RectSVGAttributes
SetSVGAttributes
StopSVGAttributes
SvgSVGAttributes
SwitchSVGAttributes
SymbolSVGAttributes
TextSVGAttributes
TextPathSVGAttributes
TSpanSVGAttributes
UseSVGAttributes
Index
Properties
class?
style?
Properties
Optional
class
class
?:
string
|
typeof
nothing
|
(
(
flag
:
void
)
=>
string
|
typeof
nothing
)
Optional
style
style
?:
|
string
|
typeof
nothing
|
CSSProperties
|
(
(
flag
:
void
)
=>
string
|
typeof
nothing
|
CSSProperties
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
style
@arcmantle/lit-jsx
Loading...