@webflow/data-types
Advanced tools
+6
-0
| # @webflow/data-types | ||
| ## 1.2.0 | ||
| ### Minor Changes | ||
| - Add support for custom renderers in code component libraries | ||
| ## 1.1.0 | ||
@@ -4,0 +10,0 @@ |
+5
-1
@@ -186,3 +186,7 @@ /** | ||
| renderToStream: (props?: ComponentRuntimeProps<NodeType>, options?: ComponentRuntimeOptions, streamOptions?: StreamOptionsType) => StreamType; | ||
| renderToString: (props?: ComponentRuntimeProps<NodeType>, options?: ComponentRuntimeOptions, stringOptions?: StringOptionsType) => string; | ||
| renderToString: (props?: ComponentRuntimeProps<NodeType>, options?: ComponentRuntimeOptions, stringOptions?: StringOptionsType) => string | { | ||
| html: string; | ||
| styles?: string; | ||
| }; | ||
| createElement: (props?: ComponentRuntimeProps<NodeType>, options?: ComponentRuntimeOptions) => NodeType; | ||
| createSlot: (name: string) => NodeType; | ||
@@ -189,0 +193,0 @@ }; |
+1
-1
| { | ||
| "name": "@webflow/data-types", | ||
| "version": "1.1.0", | ||
| "version": "1.2.0", | ||
| "license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs", |
Sorry, the diff of this file is not supported yet
37693
0.73%415
0.97%