Summary: _typescript_

Reviewed By: priteshrnandgaonkar

Differential Revision: D16828226

fbshipit-source-id: e6dd9946ae642a27ebc8a3f6dfce6773051f5a7a
This commit is contained in:
Daniel Büchele
2019-08-20 03:18:32 -07:00
committed by Facebook Github Bot
parent c1b718db8f
commit cd10856c3e
25 changed files with 24 additions and 24 deletions

View File

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