mobx-input
Advanced tools
Comparing version 0.0.12 to 0.0.13
import * as React from 'react'; | ||
export interface ValidatedInputProps { | ||
id?: string; | ||
label: string; | ||
label?: string; | ||
type?: string; | ||
@@ -18,3 +18,3 @@ componentClass?: string; | ||
id?: string; | ||
label: string; | ||
label?: string; | ||
type?: string; | ||
@@ -21,0 +21,0 @@ componentClass?: string; |
{ | ||
"name": "mobx-input", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Form library for MobX, with observable state and validations", | ||
@@ -5,0 +5,0 @@ "main": "lib/mobx-input.js", |
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
18762