diff --git a/components/input.md b/components/input.md index cd2b4af..4231b21 100644 --- a/components/input.md +++ b/components/input.md @@ -8,7 +8,7 @@ Built on top of React Native's `TextInput` component, this basic component which ### Usage Imports: ```js -import { Input, Block } from 'galio-framework'; +import { Input, Block, theme } from 'galio-framework'; ```