UNPKG
react-native-ekyc-cccd
Version:
latest (1.0.17)
1.0.17
React-native bridge for Vntel cccd SDK
gitlab.com/ekyc10/ekyc-cccd-sdk
react-native-ekyc-cccd
/
mrz-view.d.ts
9 lines
(8 loc)
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
React
from
"react"
;
import
{
NativeViewProps
}
from
"./native"
;
export
interface
Props
{
style
?:
NativeViewProps
[
"style"
];
layout
:
NativeViewProps
[
"layout"
]; }
declare
const
VntelCCCDMRZView
:
React
.
FC
<
Props
>;
export
default
VntelCCCDMRZView
;