SYMBOL INDEX (11 symbols across 7 files) FILE: AnimatableImage.js function AnimatableImage (line 5) | function AnimatableImage(props) { FILE: AutoHeightImage.js function AutoHeightImage (line 16) | function AutoHeightImage(props) { FILE: ErrorableImage.js function ErrorableImage (line 5) | function ErrorableImage(props) { FILE: ExampleApp/App.js class App (line 13) | class App extends Component { method componentDidMount (line 34) | componentDidMount() { method render (line 38) | render() { FILE: ImagePolyfill.js function ImagePolyfill (line 13) | function ImagePolyfill(props) { FILE: helpers.js constant DEFAULT_HEIGHT (line 2) | const DEFAULT_HEIGHT = 0; FILE: index.d.ts type TSource (line 4) | interface TSource { type AutoHeightImageProps (line 8) | interface AutoHeightImageProps extends ImageProps { class AutoHeightImage (line 17) | class AutoHeightImage extends React.Component<