mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-22 11:16:55 +08:00
8 lines
153 B
JavaScript
8 lines
153 B
JavaScript
import Box from './components/Box/styled-components';
|
|
import styled from 'styled-components/primitives';
|
|
|
|
export default {
|
|
Box,
|
|
View: styled.View
|
|
};
|