Commit d2957d45 authored by Bernardo Sunderhus's avatar Bernardo Sunderhus

fixing properties name

parent 2247b150
{
"name": "react-md-extensions",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "./index.js",
"publishConfig": {
......
......@@ -115,7 +115,7 @@ export interface MultipleSelectFieldWeakProps {
}
export interface MultipleSelectFieldProps extends MultipleSelectFieldWeakProps {
menutItems: MultipleSelectField[]
menuItems: MultipleSelectFieldItem[]
}
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