Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mantine/form

Package Overview
Dependencies
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mantine/form - npm Package Compare versions

Comparing version 7.14.2 to 7.14.3

2

lib/Form/Form.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc