@types/react-form
Advanced tools
@@ -122,3 +122,3 @@ import * as React from "react"; | ||
| export type FormFieldProps = FormFieldPropsWithField | FormFieldPropsWithoutField; | ||
| export const FormField: React.FC<FormFieldProps>; | ||
| export const FormField: React.SFC<FormFieldProps>; | ||
@@ -131,3 +131,3 @@ // FormError | ||
| } | ||
| export const FormError: React.FC<FormErrorProps>; | ||
| export const FormError: React.SFC<FormErrorProps>; | ||
@@ -146,3 +146,3 @@ export interface FormInputProps { | ||
| } | ||
| export const FormInput: React.FC<FormInputPropsWithChildren>; | ||
| export const FormInput: React.SFC<FormInputPropsWithChildren>; | ||
@@ -182,3 +182,3 @@ // ============================== | ||
| } | ||
| export const Select: React.FC<SelectProps>; | ||
| export const Select: React.SFC<SelectProps>; | ||
@@ -199,3 +199,3 @@ export interface InputAttrs extends React.InputHTMLAttributes<HTMLInputElement> { | ||
| } | ||
| export const Checkbox: React.FC<CheckboxProps>; | ||
| export const Checkbox: React.SFC<CheckboxProps>; | ||
@@ -216,3 +216,3 @@ export interface TextareaAttrs extends React.TextareaHTMLAttributes<HTMLTextAreaElement> { | ||
| } | ||
| export const Textarea: React.FC<TextareaProps>; | ||
| export const Textarea: React.SFC<TextareaProps>; | ||
@@ -224,3 +224,3 @@ export interface NestedFormProps extends FormProps { | ||
| } | ||
| export const NestedForm: React.FC<NestedFormProps>; | ||
| export const NestedForm: React.SFC<NestedFormProps>; | ||
@@ -237,3 +237,3 @@ export interface TextProps extends InputAttrs { | ||
| } | ||
| export const Text: React.FC<TextProps>; | ||
| export const Text: React.SFC<TextProps>; | ||
@@ -240,0 +240,0 @@ export interface RadioGroupProps { |
| { | ||
| "name": "@types/react-form", | ||
| "version": "1.3.13", | ||
| "version": "1.3.14", | ||
| "description": "TypeScript definitions for react-form", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-form", | ||
| }, | ||
| "typesPublisherContentHash": "1fa70bb799d45fe8fd02a6e6237d3dc2daf5c6edf9d172ab945cde1a115089dd", | ||
| "typesPublisherContentHash": "6986a87ec716cb64bd0489e1e4a83ec3761ce9528add0cee6829277d8f0453cf", | ||
| "typeScriptVersion": "4.6" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Tue, 26 Dec 2023 09:35:43 GMT | ||
| * Last updated: Thu, 28 Dec 2023 15:06:50 GMT | ||
| * Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ |
13547
0.06%