SYMBOL INDEX (35 symbols across 5 files) FILE: src/Bullets.tsx constant AVATAR_SIZE (line 12) | const AVATAR_SIZE = { type Props (line 17) | interface Props extends CommonProps { class ContentLoader (line 31) | class ContentLoader extends React.PureComponent { method componentDidMount (line 37) | componentDidMount() { method componentDidUpdate (line 44) | componentDidUpdate(prevProps) { method render (line 59) | render() { FILE: src/ContentLoader.tsx type ContentLoaderAvatar (line 22) | interface ContentLoaderAvatar { constant AVATAR_SIZE (line 27) | const AVATAR_SIZE: ContentLoaderAvatar= { type Props (line 32) | interface Props extends CommonProps { class ContentLoader (line 72) | class ContentLoader extends React.PureComponent { method componentDidMount (line 77) | componentDidMount() { method componentDidUpdate (line 84) | componentDidUpdate(prevProps: Props) { method render (line 99) | render() { FILE: src/FacebookLoader.tsx constant AVATAR_SIZE (line 15) | const AVATAR_SIZE = { type Props (line 20) | interface Props extends CommonProps { class ContentLoader (line 59) | class ContentLoader extends React.PureComponent { method componentDidMount (line 66) | componentDidMount() { method componentDidUpdate (line 73) | componentDidUpdate(prevProps) { method render (line 88) | render() { FILE: src/InstagramLoader.tsx constant AVATAR_SIZE (line 12) | const AVATAR_SIZE = { type Props (line 17) | interface Props extends CommonProps { class ContentLoader (line 51) | class ContentLoader extends React.PureComponent { method componentDidMount (line 56) | componentDidMount() { method componentDidUpdate (line 63) | componentDidUpdate(prevProps) { method render (line 78) | render() { FILE: src/shared.tsx type WidthArrayType (line 4) | type WidthArrayType = number | string; type AShapeType (line 5) | type AShapeType = 'circle'|'square'; type ASizeType (line 6) | type ASizeType = string | number | 'small' | 'large' | 'default'; type PHeightType (line 7) | type PHeightType = string | number | Array; type PWidthType (line 8) | type PWidthType = string | number | Array; type TWidthType (line 9) | type TWidthType = string | number; type THeightType (line 10) | type THeightType = string | number; type AnimationType (line 11) | type AnimationType = Animated.Value | Animated.ValueXY type ColorType (line 12) | type ColorType = string; type CommonProps (line 53) | interface CommonProps {