Skip to content

Commit d39f0a2

Browse files
refactor: type import
Co-authored-by: Andrew Toth <[email protected]>
1 parent 1feeb1e commit d39f0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import invariant from 'invariant'
2-
import { AndroidWebViewProps, IOSWebViewProps } from './WebViewTypes'
2+
import type { AndroidWebViewProps, IOSWebViewProps } from './WebViewTypes'
33

44
const validateProps = <P extends IOSWebViewProps | AndroidWebViewProps>(props: P): P => {
55
if(props.source && 'html' in props.source){

0 commit comments

Comments
 (0)