graphand-react
Advanced tools
Comparing version 0.4.5-beta to 0.4.6-beta
import { GraphandField, GraphandModel } from "graphand-js"; | ||
import React from "react"; | ||
import { GraphandFormOptions } from "../lib/renderForm"; | ||
declare type GraphandFormTemplateParamsBase = { | ||
export declare type GraphandFormTemplateParamsBase = { | ||
id: any; | ||
@@ -27,3 +27,3 @@ values: any; | ||
value: any; | ||
onChange: (value: any) => void; | ||
onChange: (value: any, helpers: GraphandFormTemplateParamsBase) => void; | ||
options: any; | ||
@@ -30,0 +30,0 @@ slug: string; |
{ | ||
"name": "graphand-react", | ||
"version": "0.4.5-beta", | ||
"version": "0.4.6-beta", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/pierrecabriere/graphand-react", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
553048
2295