Interactive

Summary: _typescript_

Reviewed By: passy

Differential Revision: D16830548

fbshipit-source-id: d0530ef3491af95bece7fba610a4b1cf19c80bd1
This commit is contained in:
Daniel Büchele
2019-08-20 03:18:32 -07:00
committed by Facebook Github Bot
parent e00db4f6d3
commit 28a295bcf1
4 changed files with 97 additions and 89 deletions

View File

@@ -86,7 +86,7 @@ export {default as ErrorBoundary} from './components/ErrorBoundary.js';
// interactive components
export type {OrderableOrder} from './components/Orderable.tsx';
export {default as Interactive} from './components/Interactive.js';
export {default as Interactive} from './components/Interactive.tsx';
export {default as Orderable} from './components/Orderable.tsx';
export {default as VirtualList} from './components/VirtualList.tsx';