graphand-react
Advanced tools
Comparing version 0.4.22-beta to 0.4.23-beta
@@ -18,7 +18,7 @@ import { GraphandModel, GraphandValidationError } from "graphand-js"; | ||
}; | ||
export declare type GraphandFormTemplateParams = GraphandFormTemplateParamsBase & { | ||
export declare type GraphandFormTemplateParams<T extends GraphandModel = GraphandModel> = GraphandFormTemplateParamsBase<T> & { | ||
fields: { | ||
render: (slug: string, _options: any) => React.ReactNode; | ||
renderDefault: () => React.ReactNode; | ||
} & any; | ||
}; | ||
}; | ||
@@ -25,0 +25,0 @@ export declare type GraphandFormTemplate = JSX.Element | string | React.FunctionComponent<GraphandFormTemplateParams> | React.ComponentClass<GraphandFormTemplateParams, any>; |
{ | ||
"name": "graphand-react", | ||
"version": "0.4.22-beta", | ||
"version": "0.4.23-beta", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/pierrecabriere/graphand-react", |
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
557614