Label
Summary: _typescript_ Reviewed By: passy Differential Revision: D16830549 fbshipit-source-id: aee447e0716b00e7ad5ca80379625693843d23eb
This commit is contained in:
committed by
Facebook Github Bot
parent
4c6aec42d8
commit
e00db4f6d3
@@ -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')({
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import {colors} from './colors';
|
import {colors} from './colors';
|
||||||
import Label from './Label.js';
|
import Label from './Label';
|
||||||
import styled from 'react-emotion';
|
import styled from 'react-emotion';
|
||||||
|
|
||||||
export default styled(Label)({
|
export default styled(Label)({
|
||||||
|
|||||||
@@ -138,7 +138,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.tsx';
|
export {default as VerticalRule} from './components/VerticalRule.tsx';
|
||||||
export {default as Label} from './components/Label.js';
|
export {default as Label} from './components/Label.tsx';
|
||||||
export {default as Heading} from './components/Heading.js';
|
export {default as Heading} from './components/Heading.js';
|
||||||
|
|
||||||
// filters
|
// filters
|
||||||
|
|||||||
Reference in New Issue
Block a user