@alloc/types
Advanced tools
Comparing version 1.2.4 to 1.2.5
{ | ||
"name": "@alloc/types", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"types": "index.d.ts", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -1,2 +0,3 @@ | ||
import React, { ReactElement, MutableRefObject } from 'react' | ||
import * as React from 'react' | ||
import { ReactElement, MutableRefObject } from 'react' | ||
@@ -3,0 +4,0 @@ export type RefProp<T> = MutableRefObject<T | null | undefined> |
3791
83