+ )
}
-
-render(
- ,
- document.getElementById('app'),
-);
-
```
-
-for blinking cursor ```import 'react-typed/dist/animatedCursor.css';```
-
-#### Documentation
-
-
-React-typed supports all official options that you can find [here](http://www.mattboldt.com/typed.js/docs/).
-But also supports some extra props:
-
-
-| propType | required | default | description |
-| ------------- | ------------- | ------------- | ------------- |
-| style(object) | no | - | styles for the outer element |
-| className(string) | no | - | class name for the outer element |
-| children(object) | no | - | the element to wrap |
-| typedRef(func) | no | - | typedRef(self: Typed) returns the Typed instance |
-| stopped(bool) | no | - | initialize in stopped state |