vite-react
Preparing search index...
src/components/Text
TextProps
Type Alias TextProps
TextProps
:
{
id
?:
string
;
text
?:
string
;
type
?:
"normal"
|
"title"
|
"h1"
|
"h2"
|
"h3"
|
"h4"
|
"h5"
;
}
&
GenericComponentProps
Type declaration
Optional
id
?:
string
Optional
text
?:
string
Optional
type
?:
"normal"
|
"title"
|
"h1"
|
"h2"
|
"h3"
|
"h4"
|
"h5"
The type of text which affects the styling. Defaults to normal if no type is specified.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
vite-react
Loading...
The type of text which affects the styling. Defaults to normal if no type is specified.