@remote-ui/types
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -1,2 +0,2 @@ | ||
export declare type RemoteComponentType<Type extends string, Props = {}, AllowedChildren extends RemoteComponentType<any, any> | boolean = true> = Type & { | ||
export declare type RemoteComponentType<Type extends string, Props = {}, AllowedChildren extends RemoteComponentType<string, any> | boolean = true> = Type & { | ||
readonly props?: Props; | ||
@@ -3,0 +3,0 @@ readonly children?: AllowedChildren; |
{ | ||
"name": "@remote-ui/types", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"publishConfig": { | ||
@@ -9,3 +9,3 @@ "access": "public", | ||
"license": "MIT", | ||
"gitHead": "1c738be2fb9b77834d704f424793d23475275104" | ||
"gitHead": "dd86b9d12c0998b78729e826c820d79bc7d764c2" | ||
} |
export type RemoteComponentType< | ||
Type extends string, | ||
Props = {}, | ||
AllowedChildren extends RemoteComponentType<any, any> | boolean = true | ||
AllowedChildren extends RemoteComponentType<string, any> | boolean = true | ||
> = | ||
@@ -6,0 +6,0 @@ // If we don't include the object part, this type gets "erased" to just |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
169188