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
224
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.12.2 to 7.13.0

4

lib/Form/Form.d.ts

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

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