vite-react
Preparing search index...
src/components
GenericComponentProps
Type Alias GenericComponentProps
Props commonly shared among components.
type
GenericComponentProps
=
{
children
?:
ReactNode
;
className
?:
string
;
onKeyDown
?:
React.KeyboardEventHandler
<
HTMLDivElement
>
;
style
?:
React.CSSProperties
;
}
Index
Properties
children?
class
Name?
on
Key
Down?
style?
Properties
Optional
children
children
?:
ReactNode
Optional
class
Name
className
?:
string
Optional
on
Key
Down
onKeyDown
?:
React.KeyboardEventHandler
<
HTMLDivElement
>
Optional
style
style
?:
React.CSSProperties
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
class
Name
on
Key
Down
style
vite-react
Loading...
Props commonly shared among components.