mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
8 lines
157 B
JavaScript
8 lines
157 B
JavaScript
import Box from './components/Box/react-native-stylesheet';
|
|
import View from './components/View/react-native-stylesheet';
|
|
|
|
export default {
|
|
Box,
|
|
View
|
|
};
|