@teleporthq/teleport-uidl-builders
Advanced tools
Comparing version
@@ -1,3 +0,3 @@ | ||
import { ComponentUIDL, ProjectUIDL, UIDLGlobalAsset, WebManifest, UIDLGlobalProjectValues } from '@teleporthq/teleport-types'; | ||
export declare const project: (name: string, root: ComponentUIDL, components: ComponentUIDL[], globals?: { | ||
import { ComponentUIDL, ProjectUIDL, UIDLGlobalAsset, WebManifest, UIDLGlobalProjectValues, UIDLRootComponent } from '@teleporthq/teleport-types'; | ||
export declare const project: (name: string, root: UIDLRootComponent, components: ComponentUIDL[], globals?: { | ||
settings: { | ||
@@ -4,0 +4,0 @@ title: string; |
@@ -1,3 +0,3 @@ | ||
import { ComponentUIDL, ProjectUIDL, UIDLGlobalAsset, WebManifest, UIDLGlobalProjectValues } from '@teleporthq/teleport-types'; | ||
export declare const project: (name: string, root: ComponentUIDL, components: ComponentUIDL[], globals?: { | ||
import { ComponentUIDL, ProjectUIDL, UIDLGlobalAsset, WebManifest, UIDLGlobalProjectValues, UIDLRootComponent } from '@teleporthq/teleport-types'; | ||
export declare const project: (name: string, root: UIDLRootComponent, components: ComponentUIDL[], globals?: { | ||
settings: { | ||
@@ -4,0 +4,0 @@ title: string; |
{ | ||
"name": "@teleporthq/teleport-uidl-builders", | ||
"version": "0.21.7", | ||
"version": "0.22.0", | ||
"description": "A set of functions used for constructing UIDL structures", | ||
@@ -27,5 +27,5 @@ "author": "teleportHQ", | ||
"dependencies": { | ||
"@teleporthq/teleport-types": "^0.21.7" | ||
"@teleporthq/teleport-types": "^0.22.0" | ||
}, | ||
"gitHead": "48be43d762946d091c2c2b21759658ad48d3c02e" | ||
"gitHead": "d89d91377a8a2bd5e2771d12b713567cba5a04c1" | ||
} |
@@ -7,2 +7,3 @@ import { | ||
UIDLGlobalProjectValues, | ||
UIDLRootComponent, | ||
} from '@teleporthq/teleport-types' | ||
@@ -12,3 +13,3 @@ | ||
name: string, | ||
root: ComponentUIDL, | ||
root: UIDLRootComponent, | ||
components: ComponentUIDL[], | ||
@@ -15,0 +16,0 @@ globals?: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
78275
0.49%937
0.11%+ Added
- Removed