@plasmicapp/react-web
Advanced tools
Comparing version 0.2.23 to 0.2.24
@@ -7,4 +7,13 @@ import { ComponentType } from "react"; | ||
}; | ||
/** | ||
* Either the path to the component relative to `rootDir` or the npm | ||
* package name | ||
*/ | ||
importPath: string; | ||
/** | ||
* Whether it's a default export or named export | ||
*/ | ||
isDefaultExport?: boolean; | ||
} | ||
interface Registration { | ||
export interface Registration { | ||
component: ComponentType; | ||
@@ -22,2 +31,1 @@ meta: ComponentMeta; | ||
export declare function PlasmicCanvasHost(): JSX.Element; | ||
export {}; |
{ | ||
"name": "@plasmicapp/react-web", | ||
"version": "0.2.23", | ||
"version": "0.2.24", | ||
"description": "plasmic library for rendering in the presentational style", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
50567
1152