|
|
|
|
132
|
captureMode?: "mount" | "continuous" | "update",
|
132
|
captureMode?: "mount" | "continuous" | "update",
|
133
|
children: React.Element<*>,
|
133
|
children: React.Element<*>,
|
134
|
onLayout?: (e: *) => void,
|
134
|
onLayout?: (e: *) => void,
|
135
|
- onCapture: (uri: string) => void,
|
|
|
136
|
- onCaptureFailure: (e: Error) => void
|
|
|
|
|
135
|
+ onCapture?: (uri: string) => void,
|
|
|
136
|
+ onCaptureFailure?: (e: Error) => void
|
137
|
};
|
137
|
};
|
138
|
|
138
|
|
139
|
function checkCompatibleProps(props: Props) {
|
139
|
function checkCompatibleProps(props: Props) {
|