Summary: _typescript_

Reviewed By: bnelo12

Differential Revision: D16830534

fbshipit-source-id: e2e7f97c41892297fd4b65ab1e63ae3f40c06e39
This commit is contained in:
Daniel Büchele
2019-08-20 03:18:32 -07:00
committed by Facebook Github Bot
parent 9eae871ac0
commit 462c903380
3 changed files with 6 additions and 5 deletions

View File

@@ -139,7 +139,7 @@ export {default as StatusIndicator} from './components/StatusIndicator.tsx';
export {default as HorizontalRule} from './components/HorizontalRule.tsx';
export {default as VerticalRule} from './components/VerticalRule.tsx';
export {default as Label} from './components/Label.tsx';
export {default as Heading} from './components/Heading.js';
export {default as Heading} from './components/Heading.tsx';
// filters
export type {Filter} from './components/filter/types.js';