feat: exports isoflow props as type

This commit is contained in:
Mark Mankarious
2023-10-13 15:50:22 +01:00
parent 7f557a5724
commit 75ed46180f

View File

@@ -147,7 +147,8 @@ export {
NodeInput,
RectangleInput,
ConnectorInput,
sceneValidationSchema
sceneValidationSchema,
IsoflowProps
};
export const version = PACKAGE_VERSION;