Comparing version 4.0.0-2 to 4.0.0-3
@@ -5,3 +5,3 @@ import React from 'react'; | ||
export declare type Without<T, K> = Pick<T, Exclude<keyof T, K>>; | ||
export declare type PropsOf<E extends keyof JSX.IntrinsicElements | React.JSXElementConstructor<any>> = E extends React.JSXElementConstructor<infer P> ? JSX.LibraryManagedAttributes<E, P> : React.ComponentPropsWithRef<E>; | ||
export declare type PropsOf<E extends keyof JSX.IntrinsicElements | React.JSXElementConstructor<any>> = JSX.LibraryManagedAttributes<E, React.ComponentPropsWithRef<E>>; | ||
export declare type BoxOwnProps<E extends React.ElementType = React.ElementType, P = {}> = Without<EnhancerProps, keyof P> & { | ||
@@ -8,0 +8,0 @@ is?: E; |
{ | ||
"name": "ui-box", | ||
"version": "4.0.0-2", | ||
"version": "4.0.0-3", | ||
"description": "Blazing Fast React UI Primitive", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
164446