Comparing version 3.0.1 to 3.0.2
@@ -43,3 +43,3 @@ import React from 'react'; | ||
*/ | ||
innerRef?: ((ref: RefType<T>) => void) | React.RefObject<RefType<T>>; | ||
innerRef?: React.Ref<RefType<T>>; | ||
}; | ||
@@ -46,0 +46,0 @@ export interface BoxComponent { |
{ | ||
"name": "ui-box", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Blazing Fast React UI Primitive", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
182254