1234567891011121314151617 |
- // Thumbnail
-
- // import * as fs from '../modules/UI/videolayout/Filmstrip';
- import * as fs from '../../modules/UI/videolayout/Filmstrip';
- import * as rfs from '../../react/features/filmstrip';
- import * as react_filmstrip from '../../react/features/filmstrip';
- import * as ThumbnailWrapper from '../../react/features/filmstrip/components/web/ThumbnailWrapper';
- import { FixedSizeList, FixedSizeGrid } from 'react-window';
- // C:\bspace\repos\jc8\jitsi-meet\react\features\filmstrip\components\web\ThumbnailWrapper
-
- import * as vl from '../../react/features/video-layout';
- //
- // webpack:///./react/features/filmstrip/middleware.web.js
- // webpack:///./react/features/video-layout/middleware.any.js
- // middleware.web.js
-
- window.glob_dbg.i={fs,rfs,vl,ThumbnailWrapper,react_filmstrip,FixedSizeList, FixedSizeGrid}
|