mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-27 22:55:56 +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
|
|
};
|