UNPKG
@komo-tech/react-native-widgets
Version:
alpha (1.0.4-alpha.0)
latest (1.0.5)
1.0.5
1.0.4
1.0.4-alpha.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-alpha.0
0.4.4
0.4.2
0.4.1
0.4.0
Embed Komo content in your React Native applications.
developers.komo.tech/embedding/react-native
@komo-tech/react-native-widgets
/
src
/
components
/
index.ts
4 lines
(3 loc)
•
207 B
text/typescript
View Raw
1
2
3
4
export
{
KomoCardWidget
,
KomoCardWidgetProps
}
from
'./KomoCardWidget'
;
export
{
ExperienceModal
,
ExperienceModalProps
}
from
'./ExperienceModal'
;
export
{
CardCover
,
CardCoverProps
}
from
'./CardCover'
;