material-ui-chip-input
Advanced tools
Comparing version 1.0.0-beta.16 to 1.0.0-beta.17
{ | ||
"name": "material-ui-chip-input", | ||
"version": "1.0.0-beta.16", | ||
"version": "1.0.0-beta.17", | ||
"typings": "typings/index.d.ts", | ||
@@ -5,0 +5,0 @@ "description": "A chip input field using Material-UI.", |
@@ -32,3 +32,3 @@ import * as React from 'react'; | ||
chipRenderer?: ChipRenderer; | ||
classes: Record<string, string>; | ||
classes?: Record<string, string>; | ||
clearInputValueOnChange?: boolean; | ||
@@ -35,0 +35,0 @@ dataSource?: any[]; |
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
422935