We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1feeb1e commit d39f0a2Copy full SHA for d39f0a2
src/validation.ts
@@ -1,5 +1,5 @@
1
import invariant from 'invariant'
2
-import { AndroidWebViewProps, IOSWebViewProps } from './WebViewTypes'
+import type { AndroidWebViewProps, IOSWebViewProps } from './WebViewTypes'
3
4
const validateProps = <P extends IOSWebViewProps | AndroidWebViewProps>(props: P): P => {
5
if(props.source && 'html' in props.source){
0 commit comments