Commit d2957d45 authored by Bernardo Sunderhus's avatar Bernardo Sunderhus

fixing properties name

parent 2247b150
{ {
"name": "react-md-extensions", "name": "react-md-extensions",
"version": "0.0.1", "version": "0.0.2",
"description": "", "description": "",
"main": "./index.js", "main": "./index.js",
"publishConfig": { "publishConfig": {
......
...@@ -115,7 +115,7 @@ export interface MultipleSelectFieldWeakProps { ...@@ -115,7 +115,7 @@ export interface MultipleSelectFieldWeakProps {
} }
export interface MultipleSelectFieldProps extends MultipleSelectFieldWeakProps { export interface MultipleSelectFieldProps extends MultipleSelectFieldWeakProps {
menutItems: MultipleSelectField[] menuItems: MultipleSelectFieldItem[]
} }
function getInputProps (props: MultipleSelectFieldWeakProps): TextFieldProps { function getInputProps (props: MultipleSelectFieldWeakProps): TextFieldProps {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment