toggle menu
reakt-native-toolkit
0.15.0
common
switch theme
search in API
reakt-native-toolkit
/
de.voize.reaktnativetoolkit.annotation
Package-level
declarations
Types
Types
Export
Typescript
Type
Link copied to clipboard
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
,
AnnotationTarget.TYPEALIAS
]
)
annotation class
ExportTypescriptType
JSType
Link copied to clipboard
@
Target
(
allowedTargets
=
[
AnnotationTarget.TYPE
]
)
annotation class
JSType
(
val
identifier
:
String
)
React
Native
Flow
Link copied to clipboard
@
Target
(
allowedTargets
=
[
AnnotationTarget.FUNCTION
]
)
annotation class
ReactNativeFlow
React
Native
Method
Link copied to clipboard
@
Target
(
allowedTargets
=
[
AnnotationTarget.FUNCTION
]
)
annotation class
ReactNativeMethod
React
Native
Module
Link copied to clipboard
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
]
)
annotation class
ReactNativeModule
(
val
name
:
String
,
val
supportedEvents
:
Array
<
String
>
=
[]
)