@mantine/form
Advanced tools
Comparing version 7.12.2 to 7.13.0
@@ -6,3 +6,5 @@ import { TransformedValues, UseFormReturnType } from '../types'; | ||
} | ||
export type FormComponent = <Form extends UseFormReturnType<any>>(props: FormProps<Form>) => JSX.Element | React.ReactNode; | ||
export type FormComponent = (<Form extends UseFormReturnType<any>>(props: FormProps<Form>) => JSX.Element | React.ReactNode) & { | ||
displayName?: string; | ||
}; | ||
export declare const Form: FormComponent; |
@@ -70,3 +70,3 @@ import { FormMode, GetInputPropsType } from './types'; | ||
resetTouched: () => void; | ||
/** key that should be added to the input when mode is uncontrolled */ | ||
/** Key that should be added to the input when mode is uncontrolled */ | ||
key: number; | ||
@@ -73,0 +73,0 @@ } |
{ | ||
"name": "@mantine/form", | ||
"version": "7.12.2", | ||
"version": "7.13.0", | ||
"description": "Mantine form management library", | ||
@@ -5,0 +5,0 @@ "homepage": "https://mantine.dev", |
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
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
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
Sorry, the diff of this file is not supported yet
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
577722
3217