Preparing search index...
The search index is not available
@devlander/hooks
@devlander/hooks
UseOnClickByStyleOptions
Interface UseOnClickByStyleOptions
interface
UseOnClickByStyleOptions
{
className
?:
string
;
onClick
?:
(
(
)
=>
void
)
;
onPress
?:
(
(
)
=>
void
)
;
styleName
?:
string
;
}
Index
Properties
class
Name?
on
Click?
on
Press?
style
Name?
Properties
Optional
class
Name
class
Name
?:
string
Optional
on
Click
on
Click
?:
(
(
)
=>
void
)
Optional
on
Press
on
Press
?:
(
(
)
=>
void
)
Optional
style
Name
style
Name
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
on
Click
on
Press
style
Name
@devlander/hooks
Loading...