form-with-state
Advanced tools
Comparing version 0.1.58 to 0.1.59
import React, { CSSProperties, FC } from "react"; | ||
import { IState } from "../context"; | ||
export interface IInput { | ||
@@ -13,3 +14,3 @@ name: string; | ||
children?: React.JSX.Element | Array<React.JSX.Element>; | ||
onSubmit?: (data: any) => Promise<void>; | ||
onSubmit?: (data: IState) => Promise<void>; | ||
persistData?: boolean; | ||
@@ -16,0 +17,0 @@ className?: string; |
{ | ||
"version": "0.1.58", | ||
"version": "0.1.59", | ||
"keywords": [ | ||
@@ -4,0 +4,0 @@ "react", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
201101
2199