SYMBOL INDEX (28 symbols across 14 files) FILE: example/components/GalleryLightbox/index.jsx class BlogImageGallery (line 12) | class BlogImageGallery extends React.Component { method constructor (line 31) | constructor() { method componentDidMount (line 41) | componentDidMount() { method render (line 95) | render() { FILE: example/pages/_app.jsx class MyApp (line 6) | class MyApp extends App { method render (line 7) | render() { FILE: example/pages/_document.jsx class MyDocument (line 5) | class MyDocument extends Document { method getInitialProps (line 6) | static async getInitialProps(ctx) { FILE: src/components/CreatePortal/index.tsx type ICreatePortal (line 4) | type ICreatePortal = { class CreatePortal (line 15) | class CreatePortal extends React.Component { method componentDidMount (line 20) | componentDidMount() { method componentWillUnmount (line 40) | componentWillUnmount() { method render (line 50) | render() { FILE: src/components/ImageStage/components/Image/index.tsx type IImageProps (line 19) | type IImageProps = { FILE: src/components/ImageStage/components/ImagePager/index.tsx type IImagePager (line 8) | type IImagePager = { FILE: src/components/ImageStage/components/SSRImagePager/SSRImagePager.tsx type ISSRImagePagerProps (line 5) | type ISSRImagePagerProps = { FILE: src/components/ImageStage/index.tsx type IImageStageProps (line 8) | type IImageStageProps = { FILE: src/components/ImageStage/utils/getTranslateOffsetsFromScale.ts type IGetTranslateOffsetsFromScale (line 1) | type IGetTranslateOffsetsFromScale = { type ITranslateOffsetsReturnType (line 14) | type ITranslateOffsetsReturnType = [translateX: number, translateY: numb... FILE: src/components/ImageStage/utils/useDoubleClick.tsx type IUseDoubleClickProps (line 3) | type IUseDoubleClickProps = { FILE: src/components/ImageStage/utils/useRefSize.tsx type RefSize (line 3) | type RefSize = { type Node (line 8) | type Node = HTMLDivElement | null; type IUseRefSize (line 10) | type IUseRefSize = [refSize: RefSize, elementRef: (node: any) => void | ... FILE: src/components/PageContainer/index.tsx type IPageContainerProps (line 5) | type IPageContainerProps = { FILE: src/index.tsx type ImagesListType (line 5) | type ImagesListType = ImagesList; type ILightboxProps (line 7) | type ILightboxProps = { FILE: src/types/ImagesList.ts type ImagesListItem (line 1) | type ImagesListItem = Omit< type ImagesList (line 6) | type ImagesList = ImagesListItem[];