@expandorg/components
Advanced tools
Comparing version 0.2.13 to 0.2.14
@@ -31,2 +31,3 @@ // @flow | ||
import Portal from './src/components/Portal'; | ||
import Panel from './src/components/Panel'; | ||
@@ -73,2 +74,3 @@ import { | ||
Portal, | ||
Panel, | ||
ServiceProvider, | ||
@@ -75,0 +77,0 @@ ServicesContext, |
{ | ||
"name": "@expandorg/components", | ||
"version": "0.2.13", | ||
"version": "0.2.14", | ||
"description": "expand UI components library", | ||
@@ -35,3 +35,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "fd6a67e3410cced55be2eaa3e1e6052e38985d09" | ||
"gitHead": "123793c33978a85943c458bd476274a83ccf702d" | ||
} |
@@ -0,3 +1,4 @@ | ||
// @flow | ||
import Input from './Input'; | ||
export default Input; |
@@ -7,3 +7,3 @@ import React, { Component, forwardRef } from 'react'; | ||
class Input extends Component { | ||
export class Input extends Component { | ||
static propTypes = { | ||
@@ -10,0 +10,0 @@ value: PropTypes.string, |
113309
117
2435