From 3c208c1426cc8524eeb4450b6a0a3994b8175be4 Mon Sep 17 00:00:00 2001 From: Alex P Date: Thu, 2 Aug 2018 12:01:53 -0700 Subject: [PATCH] Export input type --- ui/src/reusable_ui/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/reusable_ui/index.ts b/ui/src/reusable_ui/index.ts index 052a558d7..e1ef3644a 100644 --- a/ui/src/reusable_ui/index.ts +++ b/ui/src/reusable_ui/index.ts @@ -2,7 +2,7 @@ import Button from './components/Button' import Dropdown from './components/dropdowns/Dropdown' import Form from './components/form_layout/Form' -import Input from './components/inputs/Input' +import Input, {InputType} from './components/inputs/Input' import OverlayTechnology from './components/overlays/OverlayTechnology' import OverlayContainer from './components/overlays/OverlayContainer' import OverlayHeading from './components/overlays/OverlayHeading' @@ -32,6 +32,7 @@ export { Dropdown, Form, Input, + InputType, OverlayTechnology, OverlayContainer, OverlayHeading,