@mantine/form
Advanced tools
Comparing version 7.14.2 to 7.14.3
@@ -6,5 +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>) => React.JSX.Element | React.ReactNode) & { | ||
displayName?: string; | ||
}; | ||
export declare const Form: FormComponent; |
{ | ||
"name": "@mantine/form", | ||
"version": "7.14.2", | ||
"version": "7.14.3", | ||
"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
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
589998