Summary: _typescript_

Reviewed By: bnelo12

Differential Revision: D16830545

fbshipit-source-id: d2fbbe76e4aaf36d8558a2e793d782f184e1da54
This commit is contained in:
Daniel Büchele
2019-08-20 03:18:32 -07:00
committed by Facebook Github Bot
parent 462c903380
commit 4eff1dc073
7 changed files with 39 additions and 35 deletions

View File

@@ -18,7 +18,7 @@ export {default as ButtonGroupChain} from './components/ButtonGroupChain.js';
export {colors, darkColors, brandColors} from './components/colors.tsx';
//
export {default as Glyph} from './components/Glyph.js';
export {default as Glyph} from './components/Glyph.tsx';
//
export {default as LoadingIndicator} from './components/LoadingIndicator.tsx';