VerticalRule
Summary: _typescript_ Reviewed By: passy, bnelo12 Differential Revision: D16830055 fbshipit-source-id: c3478d75c74e4677b9e38ab8aa068702550d147b
This commit is contained in:
committed by
Facebook Github Bot
parent
2a76461fb8
commit
8f05ea5018
@@ -5,7 +5,7 @@
|
|||||||
* @format
|
* @format
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import styled from '../styled/index.js';
|
import styled from 'react-emotion';
|
||||||
|
|
||||||
export default styled('div')({
|
export default styled('div')({
|
||||||
backgroundColor: '#c9ced4',
|
backgroundColor: '#c9ced4',
|
||||||
@@ -137,7 +137,7 @@ export {default as StatusIndicator} from './components/StatusIndicator.tsx';
|
|||||||
|
|
||||||
// typography
|
// typography
|
||||||
export {default as HorizontalRule} from './components/HorizontalRule.js';
|
export {default as HorizontalRule} from './components/HorizontalRule.js';
|
||||||
export {default as VerticalRule} from './components/VerticalRule.js';
|
export {default as VerticalRule} from './components/VerticalRule.tsx';
|
||||||
export {default as Label} from './components/Label.js';
|
export {default as Label} from './components/Label.js';
|
||||||
export {default as Heading} from './components/Heading.js';
|
export {default as Heading} from './components/Heading.js';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user