Expose Toolbar from Sandy
Summary: Moved Toolbar to flipper-plugin. No further changes. Reviewed By: nikoant Differential Revision: D28027334 fbshipit-source-id: 35de13d87734ae3a8af037166945b1a669106274
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d9ec09b381
commit
8e02b2ec10
@@ -88,10 +88,9 @@ const Container = styled.div<ContainerProps>(
|
||||
}),
|
||||
);
|
||||
|
||||
const Horizontal = styled(Container)<{wrap?: boolean}>(({wrap}) => ({
|
||||
const Horizontal = styled(Container)({
|
||||
flexDirection: 'row',
|
||||
flexWrap: wrap ? 'wrap' : undefined,
|
||||
}));
|
||||
});
|
||||
|
||||
const ScrollParent = styled.div<{axis?: ScrollAxis}>(({axis}) => ({
|
||||
flex: 1,
|
||||
|
||||
Reference in New Issue
Block a user